25 lines
743 B
Plaintext
25 lines
743 B
Plaintext
|
|
[gd_resource type="Resource" script_class="SaveGame" load_steps=3 format=3 uid="uid://bgplfqxa852wo"]
|
||
|
|
|
||
|
|
[ext_resource type="Script" uid="uid://d06gpwuxmkxkt" path="res://dev-util/savegame.gd" id="1_jr18u"]
|
||
|
|
[ext_resource type="Texture2D" uid="uid://bk5ja14r7r6i4" path="res://import/interface-elements/empty_save_slot.png" id="2_b2tdf"]
|
||
|
|
|
||
|
|
[resource]
|
||
|
|
script = ExtResource("1_jr18u")
|
||
|
|
filepath = "DEBUG"
|
||
|
|
unique_save_name = "DEBUG"
|
||
|
|
current_room = 0
|
||
|
|
mementos_complete = 1
|
||
|
|
board_state = {
|
||
|
|
"cards": {},
|
||
|
|
"randoms": [],
|
||
|
|
"stickies": {}
|
||
|
|
}
|
||
|
|
is_childhood_board_complete = false
|
||
|
|
thumbnail = ExtResource("2_b2tdf")
|
||
|
|
last_saved = 1756993270
|
||
|
|
is_valid = true
|
||
|
|
is_demo = false
|
||
|
|
is_empty = true
|
||
|
|
save_manually = false
|
||
|
|
metadata/_custom_type_script = "uid://d06gpwuxmkxkt"
|