Custom data tooltip, Tooltip manager, Gymkhana autoload
This commit is contained in:
@@ -47,8 +47,10 @@ is_exit = true
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
animations = null
|
||||
tooltips = {
|
||||
"action1": "Salir fuera"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Salir fuera"
|
||||
}
|
||||
}
|
||||
|
||||
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="puerta_exterior"]
|
||||
@@ -75,9 +77,11 @@ global_id = "turno_cocina_despensa_cebolla_izq"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_izq.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -98,9 +102,11 @@ global_id = "turno_cocina_despensa_cebolla_der"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/cebolla_der.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar cebollas",
|
||||
"action2": "Coger cebollas"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -121,9 +127,11 @@ global_id = "turno_cocina_despensa_bidon_der"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_der.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -144,9 +152,11 @@ global_id = "turno_cocina_despensa_bidon_izq"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_izq.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
@@ -162,11 +172,13 @@ script = ExtResource( 5 )
|
||||
[node name="turno_cocina_patata_grande" parent="." instance=ExtResource( 7 )]
|
||||
position = Vector2( 440, 161 )
|
||||
scale = Vector2( 0.880435, 0.88735 )
|
||||
tooltips = {
|
||||
"action1": "Mirar",
|
||||
"action2": "Rascar por el fondo",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Rascar por el fondo",
|
||||
"action3": "Mirar",
|
||||
"action4": "Usar"
|
||||
}
|
||||
}
|
||||
|
||||
[node name="ESCLocation2" type="Position2D" parent="turno_cocina_patata_grande"]
|
||||
@@ -190,9 +202,11 @@ global_id = "turno_cocina_despensa_bidon_cntr"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/despensa/esc/bidon_cntr.esc"
|
||||
combine_when_selected_action_is_in = [ ]
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
tooltips = {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar dentro",
|
||||
"action2": "Coger"
|
||||
}
|
||||
}
|
||||
action3_target_texts = {
|
||||
"turno_cocina_bol": "Coger lentejas a ojo",
|
||||
|
||||
Reference in New Issue
Block a user