marker scene for the unit
This commit is contained in:
17
Scenes/Unit/marker.tscn
Normal file
17
Scenes/Unit/marker.tscn
Normal 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")
|
||||||
Reference in New Issue
Block a user