From 15a1d2a66e48324e1d560dc13b776627820f3999 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sun, 27 Oct 2024 15:52:48 +0100 Subject: next commit --- Units/Unit.tscn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Units/Unit.tscn') diff --git a/Units/Unit.tscn b/Units/Unit.tscn index 7e6acbc..00c0871 100644 --- a/Units/Unit.tscn +++ b/Units/Unit.tscn @@ -32,13 +32,13 @@ properties/4/spawn = true properties/4/replication_mode = 2 [node name="Unit" type="CharacterBody2D"] -y_sort_enabled = true collision_mask = 4 input_pickable = true script = ExtResource("1_bbcew") [node name="Sprite2D" type="Sprite2D" parent="."] texture_filter = 1 +position = Vector2(0, -4) scale = Vector2(0.5, 0.5) texture = ExtResource("2_rxqq1") region_rect = Rect2(480, 880, 96, 64) @@ -70,6 +70,7 @@ text = "1000" horizontal_alignment = 1 [node name="SelectionArea" type="Area2D" parent="."] +visible = false collision_layer = 32 collision_mask = 0 -- cgit v1.2.3