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,9 +1,9 @@
[gd_resource type="Resource" load_steps=2 format=2]
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://bd1ck4yailiip"]
[ext_resource path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" type="Script" id=1]
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
[resource]
script = ExtResource( 1 )
script = ExtResource("1")
escoria_version = "1.0.0"
game_version = "0.1.0"
name = "Post-intro"
@@ -37,7 +37,7 @@ globals = {
"turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0
}
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina" ]
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina"]
objects = {
"_music": {
"active": true,
@@ -112,7 +112,7 @@ objects = {
"action2": "cocina_delante_eneko_smoking_action2"
}
},
"global_transform": Transform2D( 1.23314, 0, 0, 1.23314, 813, 440 ),
"global_transform": Transform2D(1.23314, 0, 0, 1.23314, 813, 440),
"interactive": true,
"last_deg": 271,
"last_dir": 0,
@@ -125,9 +125,8 @@ objects = {
},
"player": {
"active": true,
"custom_data": {
},
"global_transform": Transform2D( 0.971569, 0, 0, 0.971569, 758.729, 541.12 ),
"custom_data": {},
"global_transform": Transform2D(0.971569, 0, 0, 0.971569, 758.729, 541.12),
"interactive": false,
"last_deg": 71,
"last_dir": 4,
@@ -213,11 +212,11 @@ objects = {
}
events = {
"events_queue": {
"_front": [ ],
"intro_dialog2_channel": [ ],
"intro_dialog_channel": [ ]
"_front": [],
"intro_dialog2_channel": [],
"intro_dialog_channel": []
},
"sched_events": [ ]
"sched_events": []
}
terrain_navpolys = {
"cocina_delante": {

View File

@@ -1,9 +1,9 @@
[gd_resource type="Resource" load_steps=2 format=2]
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://mivwgmyp1bem"]
[ext_resource path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" type="Script" id=1]
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
[resource]
script = ExtResource( 1 )
script = ExtResource("1")
escoria_version = "1.0.0"
game_version = "0.1.0"
name = "bol+peso"
@@ -37,7 +37,7 @@ globals = {
"turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0
}
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_peso_bol" ]
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_peso_bol"]
objects = {
"_music": {
"active": true,
@@ -132,7 +132,7 @@ objects = {
"action2": "cocina_delante_eneko_smoking_action2"
}
},
"global_transform": Transform2D( 1.23314, 0, 0, 1.23314, 813, 440 ),
"global_transform": Transform2D(1.23314, 0, 0, 1.23314, 813, 440),
"interactive": true,
"last_deg": 271,
"last_dir": 0,
@@ -145,9 +145,8 @@ objects = {
},
"player": {
"active": true,
"custom_data": {
},
"global_transform": Transform2D( 0.976078, 0, 0, 0.976078, 730.999, 546 ),
"custom_data": {},
"global_transform": Transform2D(0.976078, 0, 0, 0.976078, 730.999, 546),
"interactive": false,
"last_deg": 71,
"last_dir": 4,
@@ -258,11 +257,11 @@ objects = {
}
events = {
"events_queue": {
"_front": [ ],
"intro_dialog2_channel": [ ],
"intro_dialog_channel": [ ]
"_front": [],
"intro_dialog2_channel": [],
"intro_dialog_channel": []
},
"sched_events": [ ]
"sched_events": []
}
terrain_navpolys = {
"cocina_delante": {

View File

@@ -1,9 +1,9 @@
[gd_resource type="Resource" load_steps=2 format=2]
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://cwghlyn206jvh"]
[ext_resource path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" type="Script" id=1]
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
[resource]
script = ExtResource( 1 )
script = ExtResource("1")
escoria_version = "1.0.0"
game_version = "0.1.0"
name = "cocina encendida con lentejas"
@@ -41,7 +41,7 @@ globals = {
"turno_cocina_ingrediente_romero": false,
"turno_cocina_libro_leido_count": 0
}
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero" ]
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_mechero"]
objects = {
"_music": {
"active": true,
@@ -114,7 +114,7 @@ objects = {
"cocina_patata": {
"active": true,
"custom_data": {
"count_textures": [ {
"count_textures": [{
"start": 1,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png"
}, {
@@ -126,7 +126,7 @@ objects = {
}, {
"start": 4,
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
} ],
}],
"tooltips": {
"action1": "Admirar la patata",
"action2": "Cogerla"
@@ -157,9 +157,8 @@ objects = {
},
"player": {
"active": true,
"custom_data": {
},
"global_transform": Transform2D( 1.1498, 0, 0, 1.1498, 2546, 547 ),
"custom_data": {},
"global_transform": Transform2D(1.1498, 0, 0, 1.1498, 2546, 547),
"interactive": false,
"last_deg": 71,
"last_dir": 4,
@@ -427,9 +426,9 @@ objects = {
}
events = {
"events_queue": {
"_front": [ ]
"_front": []
},
"sched_events": [ ]
"sched_events": []
}
terrain_navpolys = {
"cocina": {

View File

@@ -1,9 +1,9 @@
[gd_resource type="Resource" load_steps=2 format=2]
[gd_resource type="Resource" script_class="ESCSaveGame" load_steps=2 format=3 uid="uid://c2erng3vxxfuo"]
[ext_resource path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" type="Script" id=1]
[ext_resource type="Script" uid="uid://blcoeovuyvld2" path="res://addons/escoria-core/game/core-scripts/save_data/esc_savegame.gd" id="1"]
[resource]
script = ExtResource( 1 )
script = ExtResource("1")
escoria_version = "1.0.0"
game_version = "0.1.0"
name = "creditos"
@@ -30,15 +30,15 @@ globals = {
"cocina_intro_played": true,
"intro_dialog2_playing": false,
"new_game": true,
"turno_cocina_eneko_cata_ok": true,
"turno_cocina_eneko_catando": false,
"turno_cocina_ingrediente_ajo_en_lentejas": true,
"turno_cocina_ingrediente_lentejas": true,
"turno_cocina_ingrediente_patatas": true,
"turno_cocina_ingrediente_romero": true,
"turno_cocina_eneko_cata_ok": true,
"turno_cocina_libro_leido_count": 0
}
inventory = [ "turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_cuerno" ]
inventory = ["turno_cocina_frontal", "turno_cocina_libro_de_cocina", "turno_cocina_cuerno"]
objects = {
"_music": {
"active": true,
@@ -120,7 +120,7 @@ objects = {
"action2": "cocina_delante_eneko_smoking_action2"
}
},
"global_transform": Transform2D( 1.23314, 0, 0, 1.23314, 813, 440 ),
"global_transform": Transform2D(1.23314, 0, 0, 1.23314, 813, 440),
"interactive": true,
"last_deg": 271,
"last_dir": 0,
@@ -133,9 +133,8 @@ objects = {
},
"player": {
"active": true,
"custom_data": {
},
"global_transform": Transform2D( 0.93549, 0, 0, 0.93549, 749, 521 ),
"custom_data": {},
"global_transform": Transform2D(0.93549, 0, 0, 0.93549, 749, 521),
"interactive": false,
"last_deg": 161,
"last_dir": 6,
@@ -234,9 +233,9 @@ objects = {
}
events = {
"events_queue": {
"_front": [ ]
"_front": []
},
"sched_events": [ ]
"sched_events": []
}
terrain_navpolys = {
"cocina_delante": {