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"
|
||||
name = "post-intro"
|
||||
date = {
|
||||
"day": 11,
|
||||
"day": 30,
|
||||
"dst": false,
|
||||
"hour": 13,
|
||||
"minute": 32,
|
||||
"hour": 1,
|
||||
"minute": 42,
|
||||
"month": 3,
|
||||
"second": 19,
|
||||
"weekday": 2,
|
||||
"second": 13,
|
||||
"weekday": 0,
|
||||
"year": 2025
|
||||
}
|
||||
main = {
|
||||
@@ -42,7 +42,7 @@ objects = {
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 6.46222,
|
||||
"playback_position": 16.5202,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
@@ -179,29 +179,6 @@ objects = {
|
||||
"interactive": true,
|
||||
"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": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
@@ -233,7 +210,7 @@ settings = {
|
||||
"escoria_version": "1.0.0",
|
||||
"fullscreen": false,
|
||||
"master_volume": 0.391,
|
||||
"music_volume": 0.525,
|
||||
"music_volume": 0.0,
|
||||
"sfx_volume": 1.0,
|
||||
"speech_enabled": true,
|
||||
"speech_volume": 1.0,
|
||||
|
||||
Reference in New Issue
Block a user