character is now running on screen
This commit is contained in:
10
scenes/game_scene.gd
Normal file
10
scenes/game_scene.gd
Normal file
@@ -0,0 +1,10 @@
|
||||
extends Node
|
||||
|
||||
signal open_game
|
||||
|
||||
func _ready() -> void:
|
||||
print("Game scene ready")
|
||||
|
||||
# Called every frame. 'delta' is the elapsed time since the previous frame.
|
||||
func _process(delta: float) -> void:
|
||||
pass
|
||||
Reference in New Issue
Block a user