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://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": {
|
||||
|
||||
Reference in New Issue
Block a user