Initial commit.
This commit is contained in:
9
demo/markers/unit.tscn
Normal file
9
demo/markers/unit.tscn
Normal file
@@ -0,0 +1,9 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://cj34xrleexqf6"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://b6j8es5qgtv05" path="res://markers/unit.png" id="1_qutcq"]
|
||||
|
||||
[node name="Unit" type="Node2D" groups=["unit"]]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
position = Vector2(16, 16)
|
||||
texture = ExtResource("1_qutcq")
|
||||
Reference in New Issue
Block a user