FABIOOO
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
[gd_scene load_steps=6 format=3 uid="uid://uoyiei4wyig3"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://uoyiei4wyig3"]
|
||||
|
||||
[ext_resource type="Script" path="res://Scripts/level.gd" id="1_0nmok"]
|
||||
[ext_resource type="PackedScene" uid="uid://b8s2seg2lf7wo" path="res://Scenes/Tilemaps/tileset_1.tscn" id="1_4n82n"]
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Props/candle_1.tscn" id="2_5hdq4"]
|
||||
[ext_resource type="PackedScene" path="res://Scenes/Props/candle_2.tscn" id="2_o33c4"]
|
||||
@@ -7,6 +8,7 @@
|
||||
[ext_resource type="PackedScene" uid="uid://0onqgygm832d" path="res://Scenes/Player/player.tscn" id="5_ik47y"]
|
||||
|
||||
[node name="Level1" type="Node2D"]
|
||||
script = ExtResource("1_0nmok")
|
||||
|
||||
[node name="TileSet1" parent="." instance=ExtResource("1_4n82n")]
|
||||
|
||||
|
||||
@@ -403,6 +403,9 @@ color = Color(0.623529, 0, 0, 0.729412)
|
||||
wait_time = 2.0
|
||||
autostart = true
|
||||
|
||||
[node name="Death" type="Timer" parent="."]
|
||||
one_shot = true
|
||||
|
||||
[node name="LvlUp" type="CPUParticles2D" parent="."]
|
||||
emitting = false
|
||||
amount = 14
|
||||
@@ -460,6 +463,8 @@ skew = -0.0837758
|
||||
shape = SubResource("CapsuleShape2D_qykhm")
|
||||
debug_color = Color(0.956863, 0.203922, 0, 0.419608)
|
||||
|
||||
[connection signal="animation_finished" from="Sprite" to="." method="_on_sprite_animation_finished"]
|
||||
[connection signal="animation_looped" from="Sprite" to="." method="_on_sprite_animation_looped"]
|
||||
[connection signal="timeout" from="Atk_cooldown" to="." method="_on_atk_cooldown_timeout"]
|
||||
[connection signal="timeout" from="Death" to="." method="_on_death_timeout"]
|
||||
[connection signal="body_entered" from="AttackArea" to="." method="_on_attack_area_body_entered"]
|
||||
|
||||
Reference in New Issue
Block a user