Initial Godot tactical RPG prototype

This commit is contained in:
2026-06-17 23:06:18 +09:00
commit b08c2ac37e
37 changed files with 13792 additions and 0 deletions

6
scenes/battle_scene.tscn Normal file
View File

@@ -0,0 +1,6 @@
[gd_scene load_steps=2 format=3]
[ext_resource type="Script" path="res://scripts/scenes/battle_scene.gd" id="1_battle"]
[node name="BattleScene" type="Node2D"]
script = ExtResource("1_battle")