diff --git a/Scenes/Unit/marker.tscn b/Scenes/Unit/marker.tscn new file mode 100644 index 0000000..1016c80 --- /dev/null +++ b/Scenes/Unit/marker.tscn @@ -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")