it works
This commit is contained in:
8
scenes/game.gd
Normal file
8
scenes/game.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Node2D
|
||||
|
||||
func _ready() -> void:
|
||||
print("game _ready")
|
||||
GameManager.set_label($labels/ScoreLabel)
|
||||
|
||||
func _init() -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user