This commit is contained in:
Segey Lapin
2021-10-26 21:51:45 +03:00
commit d6c8a24f5a
58 changed files with 271059 additions and 0 deletions

17
autoload/scenario.gd Normal file
View File

@@ -0,0 +1,17 @@
extends Node
# Declare member variables here. Examples:
# var a = 2
# var b = "text"
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
var save_data = {}
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass