Custom data tooltip, Tooltip manager, Gymkhana autoload
This commit is contained in:
@@ -88,8 +88,10 @@ esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/puerta_detras.esc"
|
||||
is_exit = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Ir detrás"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Ir detrás"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -112,8 +114,10 @@ esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/puerta_delante.esc"
|
||||
is_exit = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Salir de la cocina"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Salir de la cocina"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -158,9 +162,11 @@ global_id = "cocina_fregadero_der"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/fregadero_der.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar fregadero",
|
||||
"action2": "Usar"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar fregadero",
|
||||
"action2": "Usar"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_olla_vacia": "Llenar la olla de agua"
|
||||
@@ -182,9 +188,11 @@ global_id = "cocina_fregadero_izq"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/fregadero_izq.esc"
|
||||
combine_when_selected_action_is_in = [ "action4" ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar el fregadero",
|
||||
"action2": "Usar"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar el fregadero",
|
||||
"action2": "Usar"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_olla_vacia": "Llenar la olla de agua"
|
||||
@@ -206,9 +214,11 @@ global_id = "cocina_cuchillos"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/cuchillos.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Contar los cuchillos",
|
||||
"action2": "Coger un buen cuchillo"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Contar los cuchillos",
|
||||
"action2": "Coger un buen cuchillo"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -227,9 +237,11 @@ global_id = "cocina_debajo_sofa"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/debajo_sofa.esc"
|
||||
combine_when_selected_action_is_in = [ "action4" ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar debajo del sofa",
|
||||
"action2": "Meter la mano"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar debajo del sofa",
|
||||
"action2": "Meter la mano"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_frontal": "Alumbrar debajo del sofa"
|
||||
@@ -256,9 +268,11 @@ esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/patata.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
inventory_texture = ExtResource( 13 )
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Admirar la patata",
|
||||
"action2": "Cogerla"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Admirar la patata",
|
||||
"action2": "Cogerla"
|
||||
}
|
||||
}
|
||||
custom_data = {
|
||||
"count_textures": [
|
||||
@@ -292,9 +306,11 @@ global_id = "turno_cocina_economica"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/economica.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar",
|
||||
"action2": "Usar"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Usar"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_carton": "Meter cartón en la económica",
|
||||
@@ -317,10 +333,12 @@ script = ExtResource( 5 )
|
||||
[node name="turno_cocina_libro_de_cocina" parent="." instance=ExtResource( 14 )]
|
||||
position = Vector2( 2547, 244 )
|
||||
scale = Vector2( 1.06318, 1.06318 )
|
||||
tooltips = {
|
||||
"action1": "Mirar",
|
||||
"action2": "Coger",
|
||||
"action3": "Leer"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Coger",
|
||||
"action3": "Leer"
|
||||
}
|
||||
}
|
||||
|
||||
[node name="ESCLocation" type="Position2D" parent="turno_cocina_libro_de_cocina"]
|
||||
@@ -338,9 +356,11 @@ global_id = "turno_cocina_cocina_gas"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/cocina_gas.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar",
|
||||
"action2": "Encender"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Encender"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_carton": "Prender el cartón",
|
||||
|
||||
Reference in New Issue
Block a user