fix: resolve pass keyword conflict in move_generator and game_controller

This commit is contained in:
xiaji
2026-05-29 10:09:55 +08:00
parent c1350a3d7b
commit cb4afe0aaa
4 changed files with 59 additions and 8 deletions

4
tests/hello.gd Normal file
View File

@@ -0,0 +1,4 @@
extends Node
func _ready():
print("hello")
get_tree().quit(0)