This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
2DHackAndSlay/Scripts/GameManager.gd
Snoweuph b410c97074
All checks were successful
Export Game
dev-base (#36)
Co-authored-by: snoweuph <snow+git@euph.email>
Co-authored-by: Platinwing <csaeume@gmail.com>
Reviewed-on: #36
2023-04-05 21:01:02 +00:00

9 lines
235 B
GDScript

extends Node
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass