mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 04:31:16 +00:00
Tweaked fairies healthy
This commit is contained in:
parent
25670dc243
commit
55076d611b
3 changed files with 3 additions and 5 deletions
|
|
@ -60,7 +60,6 @@ collision_layer = 16
|
||||||
collision_mask = 113
|
collision_mask = 113
|
||||||
script = ExtResource("1_ugrra")
|
script = ExtResource("1_ugrra")
|
||||||
MovementSpeed = 30.0
|
MovementSpeed = 30.0
|
||||||
Health = 6.0
|
|
||||||
|
|
||||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||||
sprite_frames = ExtResource("2_i2plx")
|
sprite_frames = ExtResource("2_i2plx")
|
||||||
|
|
@ -135,7 +134,7 @@ script = ExtResource("15_17yce")
|
||||||
|
|
||||||
[node name="LootDrops" type="Node2D" parent="."]
|
[node name="LootDrops" type="Node2D" parent="."]
|
||||||
script = ExtResource("16_76vwd")
|
script = ExtResource("16_76vwd")
|
||||||
LootDrops = [SubResource("Resource_lh4qp"), SubResource("Resource_fmqd5"), SubResource("Resource_gry1a"), SubResource("Resource_6b6qx")]
|
LootDrops = Array[ExtResource("17_gsthm")]([SubResource("Resource_lh4qp"), SubResource("Resource_fmqd5"), SubResource("Resource_gry1a"), SubResource("Resource_6b6qx")])
|
||||||
|
|
||||||
[connection signal="area_entered" from="PlayerDetection" to="PlayerDetection" method="_on_area_entered"]
|
[connection signal="area_entered" from="PlayerDetection" to="PlayerDetection" method="_on_area_entered"]
|
||||||
[connection signal="area_exited" from="PlayerDetection" to="PlayerDetection" method="_on_area_exited"]
|
[connection signal="area_exited" from="PlayerDetection" to="PlayerDetection" method="_on_area_exited"]
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,7 @@ collision_layer = 16
|
||||||
collision_mask = 113
|
collision_mask = 113
|
||||||
script = ExtResource("1_p2pib")
|
script = ExtResource("1_p2pib")
|
||||||
MovementSpeed = 30.0
|
MovementSpeed = 30.0
|
||||||
Health = 3.0
|
Health = 2.0
|
||||||
|
|
||||||
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
||||||
sprite_frames = ExtResource("2_ycldt")
|
sprite_frames = ExtResource("2_ycldt")
|
||||||
|
|
|
||||||
|
|
@ -28,7 +28,6 @@ config/icon="res://icon.svg"
|
||||||
[autoload]
|
[autoload]
|
||||||
|
|
||||||
DebugStats="res://Scenes/debug_stats.tscn"
|
DebugStats="res://Scenes/debug_stats.tscn"
|
||||||
DebugGUI="*res://addons/DebugGUI/DebugGUI.cs"
|
|
||||||
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
Dialogic="*res://addons/dialogic/Core/DialogicGameHandler.gd"
|
||||||
GlobalState="*res://Scripts/GlobalState.cs"
|
GlobalState="*res://Scripts/GlobalState.cs"
|
||||||
GodotGTweensContextNode="*res://GTweensGodot/Godot/Source/Contexts/GodotGTweensContextNode.cs"
|
GodotGTweensContextNode="*res://GTweensGodot/Godot/Source/Contexts/GodotGTweensContextNode.cs"
|
||||||
|
|
@ -107,7 +106,7 @@ movie_writer/movie_file="D:/Maddo/Recordings/Capture.avi"
|
||||||
|
|
||||||
[editor_plugins]
|
[editor_plugins]
|
||||||
|
|
||||||
enabled=PackedStringArray("res://addons/DebugGUI/plugin.cfg", "res://addons/dialogic/plugin.cfg", "res://addons/scene_palette/plugin.cfg", "res://addons/smoothing/plugin.cfg")
|
enabled=PackedStringArray("res://addons/dialogic/plugin.cfg", "res://addons/scene_palette/plugin.cfg", "res://addons/smoothing/plugin.cfg")
|
||||||
|
|
||||||
[global_group]
|
[global_group]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue