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