new input system, add pausing
All checks were successful
CI / build (push) Successful in 2m52s

This commit is contained in:
Ultrablob 2025-02-07 13:37:10 -05:00
parent 4a31db6411
commit 88c05bbd8c
21 changed files with 194 additions and 75 deletions

View file

@ -1,6 +1,9 @@
extends Node2D
var config = ConfigFile.new()
signal paused
signal unpaused
# Called when the node enters the scene tree for the first time.
func _init():