diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2024-10-27 15:52:48 +0100 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2024-10-27 15:52:48 +0100 |
commit | 15a1d2a66e48324e1d560dc13b776627820f3999 (patch) | |
tree | 4c062545a4c1a750293b52d5c11258f9b4218a2a /Units/Unit.tscn | |
parent | a495681453c97578cc4a408d6919c6879524a603 (diff) |
next commit
Diffstat (limited to 'Units/Unit.tscn')
-rw-r--r-- | Units/Unit.tscn | 3 |
1 files changed, 2 insertions, 1 deletions
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 |