marker scene for the unit

This commit is contained in:
gdz
2025-12-13 23:59:24 +01:00
parent 7e9780b392
commit 31241efd50

17
Scenes/Unit/marker.tscn Normal file
View File

@@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://bhcenjcsstaaf"]
[sub_resource type="PlaceholderTexture2D" id="PlaceholderTexture2D_4a8kw"]
size = Vector2(8, 8)
[sub_resource type="RectangleShape2D" id="RectangleShape2D_4a8kw"]
size = Vector2(8, 8)
[node name="Marker" type="Node2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = SubResource("PlaceholderTexture2D_4a8kw")
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
shape = SubResource("RectangleShape2D_4a8kw")