This commit is contained in:
parent
4a31db6411
commit
88c05bbd8c
21 changed files with 194 additions and 75 deletions
3
main.gd
3
main.gd
|
@ -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():
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue