improvements

This commit is contained in:
2025-08-01 20:07:40 -07:00
parent cfb4aa874b
commit 5cde8be9a7
9 changed files with 581 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[gd_scene format=3 uid="uid://basecharacter"]
[node name="BaseCharacter" type="Node2D"]
[node name="Sprite" type="Polygon2D" parent="."]
color = Color(0.2, 0.6, 1, 1)
antialiased = true
polygon = PackedVector2Array(10, -20, 20, 0, 10, 20, -10, 20, -20, 0, -10, -20)
[node name="DialogueSystem" type="Node" parent="."]