feat: game loop

This commit is contained in:
istamarahsan 2025-01-25 15:07:03 +07:00
parent 7d05df6e39
commit d47c2e513b
12 changed files with 97 additions and 37 deletions

View file

@ -15,6 +15,10 @@ run/main_scene="res://main.tscn"
config/features=PackedStringArray("4.3", "Mobile")
config/icon="res://icon.svg"
[autoload]
Match="*res://tcg/match/match.gd"
[rendering]
renderer/rendering_method="mobile"