Squashed commit of the following:
commit 2a7c5f745e8d73bd16126aa4714a3b25414c4079 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:36:24 2025 +0100 Tooltips cocina delante commit 4dbdf3979ca0f9cfee281aa420755f27bee966b3 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:33:22 2025 +0100 Tooltips cocina commit 57b542420427d2fa1eb3cb74e16188ecb3838710 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:20:48 2025 +0100 tooltips cocina detras commit 6084757ad3fdb19a784153a4d8b86f8334f02e1e Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:19:08 2025 +0100 Tooltips despensa commit 504a48b5cdf191661c8edde21caa228216719952 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:14:18 2025 +0100 Invetory target tooltips commit 2d01a8244646a4a94eb1ef18af27c9141c513dbe Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 02:02:07 2025 +0100 More tooltips commit 6885a4e543b0e33f90e734d9ce745291e444c617 Author: Oier Bravo Urtasun <oierbravo@gmail.com> Date: Sun Feb 23 01:53:44 2025 +0100 Common tooltips and some others
This commit is contained in:
@@ -47,7 +47,7 @@ is_exit = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Salir fuera"
|
||||
"action1": "tooltip_despensa_puerta_exterior"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
@@ -77,8 +77,8 @@ esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_izq.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
"action1": "tooltip_turno_cocina_despensa_cebolla_action1",
|
||||
"action2": "tooltip_turno_cocina_despensa_cebolla_action2"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
@@ -101,8 +101,8 @@ esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_der.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
"action1": "tooltip_turno_cocina_despensa_cebolla_action1",
|
||||
"action2": "tooltip_turno_cocina_despensa_cebolla_action2"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
@@ -125,8 +125,8 @@ esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_der.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action2": "tooltip_common_pick"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
@@ -149,8 +149,8 @@ esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_izq.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action2": "tooltip_common_look_pick"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
@@ -169,10 +169,10 @@ position = Vector2( 440, 161 )
|
||||
scale = Vector2( 0.880435, 0.88735 )
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Rascar por el fondo",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
"action1": "tooltip_common_look",
|
||||
"action2": "tooltip_turno_cocina_patata_grande_action2",
|
||||
"action3": "tooltip_common_look",
|
||||
"action4": "tooltip_common_use"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -198,13 +198,13 @@ esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_cntr.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
"action1": "tooltip_common_look_inside",
|
||||
"action2": "tooltip_common_pick"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_bol": "Coger lentejas a ojo",
|
||||
"turno_cocina_peso_bol": "Coger las lentejas exactas"
|
||||
"turno_cocina_bol": "tooltip_turno_cocina_despensa_bidon_cntr_action3_turno_cocina_bol",
|
||||
"turno_cocina_peso_bol": "tooltip_turno_cocina_despensa_bidon_cntr_action3_turno_cocina_peso_bol"
|
||||
}
|
||||
target_when_selected_action_is_in = [ "action3" ]
|
||||
animations = null
|
||||
|
||||
Reference in New Issue
Block a user