From 53b4dbb92aa77716f6993e3816fa99778f641653 Mon Sep 17 00:00:00 2001 From: Paul Norberger Date: Mon, 20 Apr 2020 01:44:20 +0200 Subject: [PATCH] Changed default of heal particle effect to emitting=false --- src/Player/Player.tscn | 1 + src/World.tscn | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Player/Player.tscn b/src/Player/Player.tscn index a1415d2..beecd07 100644 --- a/src/Player/Player.tscn +++ b/src/Player/Player.tscn @@ -743,6 +743,7 @@ script = ExtResource( 16 ) [node name="Effects" type="Node2D" parent="."] [node name="HealEffect" parent="Effects" instance=ExtResource( 8 )] +emitting = false [connection signal="area_entered" from="Hitbox" to="." method="_on_Hitbox_area_entered"] [connection signal="area_entered" from="Hurtbox" to="." method="_on_Hurtbox_area_entered"] [connection signal="area_exited" from="Hurtbox" to="." method="_on_Hurtbox_area_exited"] diff --git a/src/World.tscn b/src/World.tscn index fc24bd9..fbcf33a 100644 --- a/src/World.tscn +++ b/src/World.tscn @@ -21,7 +21,7 @@ region_enabled = true region_rect = Rect2( 0, 0, 1280, 720 ) [node name="Background" parent="." instance=ExtResource( 7 )] -frame = 48 +frame = 24 [node name="FloorTileMap" type="TileMap" parent="."] modulate = Color( 1, 1, 1, 0.454902 )