feat(escoria4): upgraded project to Godot 4.4

This commit is contained in:
2025-03-11 12:29:32 +01:00
parent 9cbf8d17b2
commit 0fb120466b
126 changed files with 1606 additions and 1357 deletions

View File

@@ -1,50 +1,57 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=5 format=3 uid="uid://d3kv08rpj3upm"]
[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="Texture2D" id=2]
[ext_resource path="res://addons/escoria-core/game/core-scripts/esc_location.gd" type="Script" id=3]
[ext_resource type="Script" uid="uid://ceym82rf2qnxu" path="res://addons/escoria-ui-return-monkey-island/esc_item_with_tooltip.gd" id="1"]
[ext_resource type="Texture2D" uid="uid://djkmw4bj8siok" path="res://gymkhana/items/inventory/assets/turno_cocina_patata.png" id="2"]
[ext_resource type="Script" uid="uid://beh3ds4eapldu" path="res://addons/escoria-core/game/core-scripts/esc_location.gd" id="3"]
[sub_resource type="RectangleShape2D" id=1]
extents = Vector2( 22.5, 12.5 )
[sub_resource type="RectangleShape2D" id="1"]
size = Vector2(45, 25)
[node name="turno_cocina_patata" type="Area2D"]
process_mode = 1
script = ExtResource( 1 )
script = ExtResource("1")
global_id = "turno_cocina_patata"
esc_script = "res://gymkhana/items/inventory/turno_cocina_patata.esc"
inventory_texture = ExtResource( 2 )
dialog_color = Color( 1, 1, 1, 1 )
combine_when_selected_action_is_in = [ "action4" ]
inventory_texture = ExtResource("2")
dialog_color = Color(1, 1, 1, 1)
combine_when_selected_action_is_in = ["action4"]
action3_target_texts = {
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action3_turno_cocina_cuchillo"
}
action4_target_texts = {
"turno_cocina_cuchillo": "tooltip_turno_cocina_patata_action4_turno_cocina_cuchillo"
}
target_when_selected_action_is_in = [ "action3", "action4" ]
target_when_selected_action_is_in = ["action3", "action4"]
animations = null
custom_data = {
"count_textures": [
{ "start": 1, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png" },
{ "start": 2, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png" },
{ "start": 3, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png" },
{ "start": 4, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png" },
],
"tooltips": {
"action3": "tooltip_turno_cocina_patata_action3",
"action4": "tooltip_common_use",
}
"count_textures": [{
"start": 1,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png"
}, {
"start": 2,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png"
}, {
"start": 3,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png"
}, {
"start": 4,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
}],
"tooltips": {
"action3": "tooltip_turno_cocina_patata_action3",
"action4": "tooltip_common_use"
}
}
[node name="Sprite2D" type="Sprite2D" parent="."]
position = Vector2( -2, 0 )
scale = Vector2( 0.5, 0.5 )
texture = ExtResource( 2 )
position = Vector2(-2, 0)
scale = Vector2(0.5, 0.5)
texture = ExtResource("2")
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2( -1.5, -0.5 )
shape = SubResource( 1 )
position = Vector2(-1.5, -0.5)
shape = SubResource("1")
[node name="ESCLocation" type="Marker2D" parent="."]
position = Vector2( -51, 69 )
script = ExtResource( 3 )
position = Vector2(-51, 69)
script = ExtResource("3")