start with frontal
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
:action1
|
:action3
|
||||||
say player "Que cosa tan curiosa"
|
say player "Es mi frontal de toda la vida, le tengo cariño"
|
||||||
|
|
||||||
:action2
|
|
||||||
say player "No lo quiero coger"
|
|
||||||
|
|
||||||
|
:action4
|
||||||
|
say player "NOT IMPLEMENTED"
|
||||||
|
|||||||
@@ -14,9 +14,7 @@ global_id = "turno_cocina_frontal"
|
|||||||
esc_script = "res://gymkhana/items/inventory/turno_cocina_frontal.esc"
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_frontal.esc"
|
||||||
inventory_texture = ExtResource( 2 )
|
inventory_texture = ExtResource( 2 )
|
||||||
dialog_color = Color( 1, 1, 1, 1 )
|
dialog_color = Color( 1, 1, 1, 1 )
|
||||||
action1_text = "¿Que es esto?"
|
action3_text = "Admirar"
|
||||||
action2_text = "Coger"
|
|
||||||
action3_text = "Mirar"
|
|
||||||
action4_text = "Usar"
|
action4_text = "Usar"
|
||||||
animations = null
|
animations = null
|
||||||
|
|
||||||
@@ -31,4 +29,4 @@ shape = SubResource( 1 )
|
|||||||
|
|
||||||
[node name="ESCLocation" type="Position2D" parent="."]
|
[node name="ESCLocation" type="Position2D" parent="."]
|
||||||
position = Vector2( -51, 69 )
|
position = Vector2( -51, 69 )
|
||||||
script = ExtResource( 3 )
|
script = ExtResource( 3 )
|
||||||
|
|||||||
@@ -31,8 +31,8 @@ texture = ExtResource( 3 )
|
|||||||
position = Vector2( 302.5, 0 )
|
position = Vector2( 302.5, 0 )
|
||||||
script = ExtResource( 4 )
|
script = ExtResource( 4 )
|
||||||
scales = ExtResource( 7 )
|
scales = ExtResource( 7 )
|
||||||
scale_min = 0.25
|
scale_min = 0.3
|
||||||
scale_max = 1.25
|
scale_max = 1.4
|
||||||
player_speed_multiplier = 1.2
|
player_speed_multiplier = 1.2
|
||||||
player_doubleclick_speed_multiplier = 2.0
|
player_doubleclick_speed_multiplier = 2.0
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
:setup
|
:setup
|
||||||
|
inventory_add turno_cocina_frontal
|
||||||
|
|
||||||
> [eq ESC_LAST_SCENE despensa]
|
> [eq ESC_LAST_SCENE despensa]
|
||||||
teleport player puerta_despensa_start
|
teleport player puerta_despensa_start
|
||||||
set_angle player 180
|
set_angle player 180
|
||||||
|
|||||||
Reference in New Issue
Block a user