34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1]
|
|
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_carton.png" type="Texture2D" id=2]
|
|
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_carton_inventario.png" type="Texture2D" id=3]
|
|
|
|
[node name="turno_cocina_carton" type="Area2D"]
|
|
process_mode = 1
|
|
script = ExtResource( 1 )
|
|
global_id = "turno_cocina_carton"
|
|
esc_script = "res://gymkhana/items/inventory/turno_cocina_carton.esc"
|
|
combine_when_selected_action_is_in = [ "action4" ]
|
|
inventory_texture = ExtResource( 3 )
|
|
dialog_color = Color( 1, 1, 1, 1 )
|
|
custom_data = {
|
|
"tooltips": {
|
|
"action1": "Mirar",
|
|
"action2": "Coger",
|
|
"action3": "Mirar",
|
|
"action4": "Usar"
|
|
}
|
|
}
|
|
action3_target_texts = {
|
|
"turno_cocina_mechero": "Encender el cartón"
|
|
}
|
|
target_when_selected_action_is_in = [ "action3" ]
|
|
animations = null
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture = ExtResource( 2 )
|
|
|
|
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
|
|
polygon = PackedVector2Array( -23, -11, -24, 2, -24, 11, -21, 13, -6, 16, 5, 17, 21, 12, 25, 8, 25, -13, 0, -16, -9, -17 )
|