feat(escoria4): upgraded project to Godot 4.4
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user