fix: resolve pass keyword conflict in move_generator and game_controller
This commit is contained in:
4
tests/hello.gd
Normal file
4
tests/hello.gd
Normal file
@@ -0,0 +1,4 @@
|
||||
extends Node
|
||||
func _ready():
|
||||
print("hello")
|
||||
get_tree().quit(0)
|
||||
Reference in New Issue
Block a user