fix(save): post-intro, requires demo fork
This commit is contained in:
@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
|
|||||||
game_version = "1.0"
|
game_version = "1.0"
|
||||||
name = "post-intro"
|
name = "post-intro"
|
||||||
date = {
|
date = {
|
||||||
"day": 11,
|
"day": 30,
|
||||||
"dst": false,
|
"dst": false,
|
||||||
"hour": 13,
|
"hour": 1,
|
||||||
"minute": 32,
|
"minute": 42,
|
||||||
"month": 3,
|
"month": 3,
|
||||||
"second": 19,
|
"second": 13,
|
||||||
"weekday": 2,
|
"weekday": 0,
|
||||||
"year": 2025
|
"year": 2025
|
||||||
}
|
}
|
||||||
main = {
|
main = {
|
||||||
@@ -42,7 +42,7 @@ objects = {
|
|||||||
"_music": {
|
"_music": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"interactive": true,
|
"interactive": true,
|
||||||
"playback_position": 6.46222,
|
"playback_position": 16.5202,
|
||||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||||
},
|
},
|
||||||
"_sound": {
|
"_sound": {
|
||||||
@@ -179,29 +179,6 @@ objects = {
|
|||||||
"interactive": true,
|
"interactive": true,
|
||||||
"state": "default"
|
"state": "default"
|
||||||
},
|
},
|
||||||
"turno_cocina_frontal": {
|
|
||||||
"active": true,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action3": "tooltip_frontal_action3",
|
|
||||||
"action4": "tooltip_frontal_action4"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_libro_de_cocina": {
|
|
||||||
"active": false,
|
|
||||||
"custom_data": {
|
|
||||||
"tooltips": {
|
|
||||||
"action1": "tooltip_common_look",
|
|
||||||
"action2": "tooltip_common_pick",
|
|
||||||
"action3": "tooltip_turno_cocina_libro_de_cocina_action3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"interactive": true,
|
|
||||||
"state": "default"
|
|
||||||
},
|
|
||||||
"turno_cocina_madera": {
|
"turno_cocina_madera": {
|
||||||
"active": true,
|
"active": true,
|
||||||
"custom_data": {
|
"custom_data": {
|
||||||
@@ -233,7 +210,7 @@ settings = {
|
|||||||
"escoria_version": "1.0.0",
|
"escoria_version": "1.0.0",
|
||||||
"fullscreen": false,
|
"fullscreen": false,
|
||||||
"master_volume": 0.391,
|
"master_volume": 0.391,
|
||||||
"music_volume": 0.525,
|
"music_volume": 0.0,
|
||||||
"sfx_volume": 1.0,
|
"sfx_volume": 1.0,
|
||||||
"speech_enabled": true,
|
"speech_enabled": true,
|
||||||
"speech_volume": 1.0,
|
"speech_volume": 1.0,
|
||||||
|
|||||||
Reference in New Issue
Block a user