puerta tooltips
This commit is contained in:
5
gymkhana/rooms/trasera_cocina/esc/entrada_cocina.esc
Normal file
5
gymkhana/rooms/trasera_cocina/esc/entrada_cocina.esc
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
:action1
|
||||||
|
say player "Parece que veo a Mikel"
|
||||||
|
|
||||||
|
:action2
|
||||||
|
say player "Esta cerrada por dentro."
|
||||||
@@ -48,10 +48,23 @@ is_start_location = true
|
|||||||
|
|
||||||
[node name="Hotspots" type="Node2D" parent="."]
|
[node name="Hotspots" type="Node2D" parent="."]
|
||||||
|
|
||||||
[node name="ESCItem" type="Area2D" parent="Hotspots"]
|
[node name="entrada_cocina" type="Area2D" parent="Hotspots"]
|
||||||
pause_mode = 1
|
pause_mode = 1
|
||||||
visible = false
|
|
||||||
script = ExtResource( 8 )
|
script = ExtResource( 8 )
|
||||||
|
global_id = "l_exit"
|
||||||
|
esc_script = "res://gymkhana/rooms/trasera_cocina/esc/entrada_cocina.esc"
|
||||||
|
is_exit = true
|
||||||
|
tooltip_name = "Esto es una puerta"
|
||||||
|
default_action = "action2"
|
||||||
combine_when_selected_action_is_in = [ ]
|
combine_when_selected_action_is_in = [ ]
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="Hotspots/entrada_cocina"]
|
||||||
|
position = Vector2( 740.494, -123.8 )
|
||||||
|
scale = Vector2( 0.963362, 0.9875 )
|
||||||
|
polygon = PoolVector2Array( 21, 575, 22, 331, 135, 339, 137, 581 )
|
||||||
|
|
||||||
|
[node name="Position2D" type="Position2D" parent="Hotspots/entrada_cocina"]
|
||||||
|
position = Vector2( 748, 465 )
|
||||||
|
script = ExtResource( 3 )
|
||||||
|
|||||||
Reference in New Issue
Block a user