fix: merge duplicated custom_data in patata items
This commit is contained in:
@@ -8,13 +8,13 @@ escoria_version = "1.0.0"
|
||||
game_version = "0.1.0"
|
||||
name = "4 patatas"
|
||||
date = {
|
||||
"day": 17,
|
||||
"day": 21,
|
||||
"dst": false,
|
||||
"hour": 17,
|
||||
"minute": 39,
|
||||
"hour": 22,
|
||||
"minute": 28,
|
||||
"month": 3,
|
||||
"second": 28,
|
||||
"weekday": 0,
|
||||
"second": 17,
|
||||
"weekday": 4,
|
||||
"year": 2024
|
||||
}
|
||||
main = {
|
||||
@@ -36,7 +36,7 @@ globals = {
|
||||
"turno_cocina_cuchillo_en_inventario": true,
|
||||
"turno_cocina_eneko_catando": false,
|
||||
"turno_cocina_frontal_debajo_sofa": true,
|
||||
"turno_cocina_ingrediente_ajo": false,
|
||||
"turno_cocina_ingrediente_ajo_en_lentejas": false,
|
||||
"turno_cocina_ingrediente_lentejas": false,
|
||||
"turno_cocina_ingrediente_patatas": false,
|
||||
"turno_cocina_ingrediente_romero": false,
|
||||
@@ -54,7 +54,7 @@ objects = {
|
||||
"_music": {
|
||||
"active": true,
|
||||
"interactive": true,
|
||||
"playback_position": 19.9472,
|
||||
"playback_position": 16.7636,
|
||||
"state": "res://gymkhana/sounds/music_loop.ogg"
|
||||
},
|
||||
"_sound": {
|
||||
@@ -71,6 +71,10 @@ objects = {
|
||||
"cocina_cuchillos": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Contar los cuchillos",
|
||||
"action2": "Coger un buen cuchillo"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -78,6 +82,10 @@ objects = {
|
||||
"cocina_debajo_sofa": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar debajo del sofa",
|
||||
"action2": "Meter la mano"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -85,6 +93,10 @@ objects = {
|
||||
"cocina_fregadero_der": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar fregadero",
|
||||
"action2": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -92,6 +104,10 @@ objects = {
|
||||
"cocina_fregadero_izq": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar el fregadero",
|
||||
"action2": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -111,7 +127,11 @@ objects = {
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
|
||||
} ]
|
||||
} ],
|
||||
"tooltips": {
|
||||
"action1": "Admirar la patata",
|
||||
"action2": "Cogerla"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -119,6 +139,9 @@ objects = {
|
||||
"cocina_puerta_delante": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Salir de la cocina"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -126,6 +149,9 @@ objects = {
|
||||
"cocina_puerta_detras": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Ir detrás"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -134,10 +160,10 @@ objects = {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"global_transform": Transform2D( 0.942745, 0, 0, 0.942745, 2428.6, 475.98 ),
|
||||
"global_transform": Transform2D( 0.714118, 0, 0, 0.714118, 1956.44, 399 ),
|
||||
"interactive": false,
|
||||
"last_deg": 71,
|
||||
"last_dir": 4,
|
||||
"last_deg": 111,
|
||||
"last_dir": 5,
|
||||
"state": "speak_down"
|
||||
},
|
||||
"puerta_delante_start": {
|
||||
@@ -153,6 +179,11 @@ objects = {
|
||||
"turno_cocina_bol": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Coger un bol",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -160,6 +191,10 @@ objects = {
|
||||
"turno_cocina_cocina_gas": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Encender"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "apagado"
|
||||
@@ -167,6 +202,10 @@ objects = {
|
||||
"turno_cocina_cuchillo": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -174,6 +213,12 @@ objects = {
|
||||
"turno_cocina_cuerno": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar el cuerno",
|
||||
"action2": "Coger el cuerno",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -181,13 +226,10 @@ objects = {
|
||||
"turno_cocina_economica": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
},
|
||||
"turno_cocina_frontal": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -195,6 +237,11 @@ objects = {
|
||||
"turno_cocina_libro_de_cocina": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Coger",
|
||||
"action3": "Leer"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -202,6 +249,11 @@ objects = {
|
||||
"turno_cocina_olla_llena": {
|
||||
"active": false,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -222,7 +274,11 @@ objects = {
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
|
||||
} ]
|
||||
} ],
|
||||
"tooltips": {
|
||||
"action3": "Contar las patatas",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -230,6 +286,12 @@ objects = {
|
||||
"turno_cocina_peso": {
|
||||
"active": true,
|
||||
"custom_data": {
|
||||
"tooltips": {
|
||||
"action1": "¿Que es esto?",
|
||||
"action2": "Coger",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
},
|
||||
"interactive": true,
|
||||
"state": "default"
|
||||
@@ -237,7 +299,9 @@ objects = {
|
||||
}
|
||||
events = {
|
||||
"events_queue": {
|
||||
"_front": [ ]
|
||||
"_front": [ ],
|
||||
"intro_dialog2_channel": [ ],
|
||||
"intro_dialog_channel": [ ]
|
||||
},
|
||||
"sched_events": [ ]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user