feat(escoria4): ported fregadero der and izq
This commit is contained in:
@@ -1,24 +1,24 @@
|
||||
[gd_scene load_steps=4 format=2]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://byfyg5p0h02br"]
|
||||
|
||||
[ext_resource path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" type="Script" id=1]
|
||||
[ext_resource path="res://gymkhana/rooms/turno_cocina/cocina/assets/jarra_volcada.png" type="Texture2D" id=2]
|
||||
[ext_resource type="Script" path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" id="1"]
|
||||
[ext_resource type="Texture2D" uid="uid://d00ocqj5ow3n6" path="res://gymkhana/rooms/turno_cocina/cocina/assets/jarra_volcada.png" id="2"]
|
||||
|
||||
[node name="turno_cocina_jarra_volcada" type="Area2D"]
|
||||
process_mode = 1
|
||||
script = ExtResource( 1 )
|
||||
script = ExtResource("1")
|
||||
global_id = "turno_cocina_jarra_volcada"
|
||||
esc_script = "res://gymkhana/rooms/turno_cocina/cocina/esc/jarra_volcada.esc"
|
||||
dialog_color = Color( 1, 1, 1, 1 )
|
||||
|
||||
combine_when_selected_action_is_in = PackedStringArray()
|
||||
inventory_texture = ExtResource("2")
|
||||
custom_data = {
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Poner en su sitio",
|
||||
}
|
||||
"tooltips": {
|
||||
"action1": "Mirar",
|
||||
"action2": "Poner en su sitio"
|
||||
}
|
||||
}
|
||||
animations = null
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="."]
|
||||
rotation = -0.0698132
|
||||
scale = Vector2( 0.18, 0.18 )
|
||||
texture = ExtResource( 2 )
|
||||
scale = Vector2(0.18, 0.18)
|
||||
texture = ExtResource("2")
|
||||
|
||||
Reference in New Issue
Block a user