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