feat(godot4): project automatic upgrade from godot 3 to 4

This commit is contained in:
2025-01-19 01:05:35 +01:00
parent c6e768f18e
commit f34f96e87f
98 changed files with 844 additions and 1784 deletions

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_ajo.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_ajo.png" type="Texture2D" id=2]
[node name="turno_cocina_ajo" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_ajo"
esc_script = "res://gymkhana/items/inventory/turno_cocina_ajo.esc"
@@ -20,9 +20,9 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
scale = Vector2( 0.101548, 0.101548 )
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -7, -6, 7, -6, 7, 6, -7, 6 )
polygon = PackedVector2Array( -7, -6, 7, -6, 7, 6, -7, 6 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_bol_inventario.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_bol_inventario.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_bol" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_bol"
esc_script = "res://gymkhana/items/inventory/turno_cocina_bol.esc"

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_bol_lentejas.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_bol_lentejas.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_bol_lentejas" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_bol_lentejas"
esc_script = "res://gymkhana/items/inventory/turno_cocina_bol_lentejas.esc"
@@ -23,7 +23,7 @@ custom_data = {
combine_when_selected_action_is_in = [ "action4" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -32,6 +32,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_bol_lentejas_agua.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_bol_lentejas_agua.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_bol_lentejas_agua" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_bol_lentejas_agua"
esc_script = "res://gymkhana/items/inventory/turno_cocina_bol_lentejas_agua.esc"
@@ -24,7 +24,7 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -33,6 +33,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,11 +1,11 @@
[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="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_carton_inventario.png" type="Texture" id=3]
[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"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_carton"
esc_script = "res://gymkhana/items/inventory/turno_cocina_carton.esc"
@@ -26,8 +26,8 @@ action3_target_texts = {
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -23, -11, -24, 2, -24, 11, -21, 13, -6, 16, 5, 17, 21, 12, 25, 8, 25, -13, 0, -16, -9, -17 )
polygon = PackedVector2Array( -23, -11, -24, 2, -24, 11, -21, 13, -6, 16, 5, 17, 21, 12, 25, 8, 25, -13, 0, -16, -9, -17 )

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_encendido.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_carton_encendido.png" type="Texture2D" id=2]
[node name="turno_cocina_carton_encendido" type="Area2D"]
pause_mode = 1
process_mode = 1
rotation = 1.11177
script = ExtResource( 1 )
global_id = "turno_cocina_carton_encendido"
@@ -20,10 +20,10 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -13, -32, 1, -29, 1, -26, 24, -19, 17, 14, 7, 32, -29, 12, -15, -3, -15, -8, -13, -12 )
polygon = PackedVector2Array( -13, -32, 1, -29, 1, -26, 24, -19, 17, 14, 7, 32, -29, 12, -15, -3, -15, -8, -13, -12 )

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_cuchillo.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_cuchillo.png" type="Texture2D" id=2]
[node name="turno_cocina_cuchillo" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_cuchillo"
esc_script = "res://gymkhana/items/inventory/turno_cocina_cuchillo.esc"

View File

@@ -1,11 +1,11 @@
[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_cuerno.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_cuerno_inventario.png" type="Texture" id=3]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_cuerno.png" type="Texture2D" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_cuerno_inventario.png" type="Texture2D" id=3]
[node name="turno_cocina_cuerno" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_cuerno"
esc_script = "res://gymkhana/items/inventory/turno_cocina_cuerno.esc"
@@ -22,9 +22,9 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( 8.125, -8.125 )
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -11, -22, -11, -32, -10, -42, -7, -46, 0, -49, 3, -49, 9, -48, 13, -43, 12, -33, 7, -24, 5, -13, 5, -4, 7, 4, 11, 13, 16, 19, 23, 24, 28, 27, 27, 32, 24, 33, 18, 32, 11, 28, 3, 22, -3, 15, -8, 5, -10, -4, -11, -15 )
polygon = PackedVector2Array( -11, -22, -11, -32, -10, -42, -7, -46, 0, -49, 3, -49, 9, -48, 13, -43, 12, -33, 7, -24, 5, -13, 5, -4, 7, 4, 11, 13, 16, 19, 23, 24, 28, 27, 27, 32, 24, 33, 18, 32, 11, 28, 3, 22, -3, 15, -8, 5, -10, -4, -11, -15 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_frontal.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_frontal.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_frontal" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_frontal"
esc_script = "res://gymkhana/items/inventory/turno_cocina_frontal.esc"
@@ -23,7 +23,7 @@ custom_data = {
combine_when_selected_action_is_in = [ "action4" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -32,6 +32,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_libro_de_cocina.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_libro_de_cocina.png" type="Texture2D" id=2]
[node name="turno_cocina_libro_de_cocina" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_libro_de_cocina"
esc_script = "res://gymkhana/items/inventory/turno_cocina_libro_de_cocina.esc"

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_madera.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_madera.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_madera" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_madera"
esc_script = "res://gymkhana/items/inventory/turno_cocina_madera.esc"

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_mechero.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_mechero.png" type="Texture2D" id=2]
[node name="turno_cocina_mechero" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_mechero"
esc_script = "res://gymkhana/items/inventory/turno_cocina_mechero.esc"
@@ -21,10 +21,10 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -15, -29, 3, -33, 10, 30, -3, 32 )
polygon = PackedVector2Array( -15, -29, 3, -33, 10, 30, -3, 32 )

View File

@@ -1,13 +1,13 @@
[gd_scene load_steps=6 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_olla_inv_con_agua.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" type="Texture" id=3]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla_inv_con_agua.png" type="Texture2D" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" type="Texture2D" id=3]
[ext_resource path="res://gymkhana/particles/SmokeParticles.tscn" type="PackedScene" id=4]
[ext_resource path="res://gymkhana/items/inventory/scripts/turno_cocina_olla_llena_economica_encendida_observer.gd" type="Script" id=5]
[node name="turno_cocina_olla_llena" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_olla_llena"
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_llena.esc"
@@ -32,11 +32,11 @@ action3_target_texts = {
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 3 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -59, 25, -59, 47, -35, 56, 7, 58, 54, 52, 55, -13, 61, -50, 35, -60, -18, -60, -62, -54 )
polygon = PackedVector2Array( -59, 25, -59, 47, -35, 56, 7, 58, 54, 52, 55, -13, 61, -50, 35, -60, -18, -60, -62, -54 )
[node name="SmokeParticles" parent="." instance=ExtResource( 4 )]
script = ExtResource( 5 )

View File

@@ -1,11 +1,11 @@
[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_olla_inv_vacia.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" type="Texture" id=3]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla_inv_vacia.png" type="Texture2D" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_olla.png" type="Texture2D" id=3]
[node name="turno_cocina_olla_vacia" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_olla_vacia"
esc_script = "res://gymkhana/items/inventory/turno_cocina_olla_vacia.esc"
@@ -29,8 +29,8 @@ action3_target_texts = {
}
target_when_selected_action_is_in = [ "action3" ]
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
texture = ExtResource( 3 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -59, 41, -59, -44, -63, -48, -62, -52, -59, -54, -49, -58, -34, -60, -16, -62, 1, -61, 21, -60, 44, -57, 57, -53, 61, -47, 58, -41, 56, -29, 62, -29, 64, -27, 58, -25, 56, -21, 53, 33, 50, 44, 44, 52, 33, 55, 12, 59, -12, 59, -40, 56, -54, 50 )
polygon = PackedVector2Array( -59, 41, -59, -44, -63, -48, -62, -52, -59, -54, -49, -58, -34, -60, -16, -62, 1, -61, 21, -60, 44, -57, 57, -53, 61, -47, 58, -41, 56, -29, 62, -29, 64, -27, 58, -25, 56, -21, 53, 33, 50, 44, 44, 52, 33, 55, 12, 59, -12, 59, -40, 56, -54, 50 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_patata.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_patata.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_patata" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_patata"
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata.esc"
@@ -36,7 +36,7 @@ custom_data = {
}
}
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -45,6 +45,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_patata_grande.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_patata_grande.png" type="Texture2D" id=2]
[node name="turno_cocina_patata_grande" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_patata_grande"
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata_grande.esc"

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_pegatina.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_pegatina.png" type="Texture2D" id=2]
[node name="turno_cocina_pegatina" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_pegatina"
esc_script = "res://gymkhana/items/inventory/turno_cocina_pegatina.esc"
@@ -18,10 +18,10 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
[node name="CollisionPolygon2D" type="CollisionPolygon2D" parent="."]
polygon = PoolVector2Array( -15, -29, 3, -33, 10, 30, -3, 32 )
polygon = PackedVector2Array( -15, -29, 3, -33, 10, 30, -3, 32 )

View File

@@ -1,11 +1,11 @@
[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_peso.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture" id=3]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso.png" type="Texture2D" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture2D" id=3]
[node name="turno_cocina_peso" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_peso"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso.esc"
@@ -27,7 +27,7 @@ action3_target_texts = {
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
rotation = -0.0698132
scale = Vector2( 0.18, 0.18 )
texture = ExtResource( 2 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_peso_bol.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_bol.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_peso_bol" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_peso_bol"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso_bol.esc"
@@ -26,7 +26,7 @@ custom_data = {
target_when_selected_action_is_in = [ "action3" ]
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -35,6 +35,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_peso_inventario.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_peso_inventario" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_peso_inventario"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso_inventario.esc"
@@ -24,7 +24,7 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -33,6 +33,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )

View File

@@ -1,11 +1,11 @@
[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_peso.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture" id=3]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso.png" type="Texture2D" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_peso_inventario.png" type="Texture2D" id=3]
[node name="turno_cocina_peso_usado" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_peso_usado"
esc_script = "res://gymkhana/items/inventory/turno_cocina_peso_usado.esc"
@@ -19,7 +19,7 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
rotation = -0.0698132
scale = Vector2( 0.18, 0.18 )
texture = ExtResource( 2 )

View File

@@ -1,10 +1,10 @@
[gd_scene load_steps=3 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_romero.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_romero.png" type="Texture2D" id=2]
[node name="turno_cocina_romero" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_romero"
esc_script = "res://gymkhana/items/inventory/turno_cocina_romero.esc"

View File

@@ -1,14 +1,14 @@
[gd_scene load_steps=5 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_salero.png" type="Texture" id=2]
[ext_resource path="res://gymkhana/items/inventory/assets/turno_cocina_salero.png" type="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[node name="turno_cocina_salero" type="Area2D"]
pause_mode = 1
process_mode = 1
script = ExtResource( 1 )
global_id = "turno_cocina_salero"
esc_script = "res://gymkhana/items/inventory/turno_cocina_salero.esc"
@@ -24,7 +24,7 @@ custom_data = {
}
animations = null
[node name="Sprite" type="Sprite" parent="."]
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
@@ -33,6 +33,6 @@ texture = ExtResource( 2 )
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
[node name="ESCLocation" type="Position2D" parent="."]
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )