Initial commit.

This commit is contained in:
2024-05-20 16:31:11 +02:00
commit 4b5d01c2a7
27 changed files with 1135 additions and 0 deletions

9
demo/markers/marker.tscn Normal file
View File

@@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://cnrhrho63n4n2"]
[ext_resource type="Texture2D" uid="uid://ydnd8d7pbpct" path="res://markers/marker.png" id="1_mefdn"]
[node name="Marker" type="Node2D"]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource("1_mefdn")
offset = Vector2(16, 16)