feat: save game system is working!
This commit is contained in:
@@ -27,12 +27,14 @@ action4_target_texts = {
|
||||
}
|
||||
target_when_selected_action_is_in = [ "action3", "action4" ]
|
||||
animations = null
|
||||
count_textures = [
|
||||
{ "start": 1, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png" },
|
||||
{ "start": 2, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png" },
|
||||
{ "start": 3, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png" },
|
||||
{ "start": 4, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png" },
|
||||
]
|
||||
custom_data = {
|
||||
"count_textures": [
|
||||
{ "start": 1, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png" },
|
||||
{ "start": 2, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png" },
|
||||
{ "start": 3, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png" },
|
||||
{ "start": 4, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png" },
|
||||
]
|
||||
}
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
position = Vector2( -2, 0 )
|
||||
|
||||
@@ -260,19 +260,14 @@ tooltips = {
|
||||
"action1": "Admirar la patata",
|
||||
"action2": "Cogerla"
|
||||
}
|
||||
count_textures = [ {
|
||||
"start": 1,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png"
|
||||
}, {
|
||||
"start": 2,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png"
|
||||
}, {
|
||||
"start": 3,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png"
|
||||
}, {
|
||||
"start": 4,
|
||||
"texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png"
|
||||
} ]
|
||||
custom_data = {
|
||||
"count_textures": [
|
||||
{ "start": 1, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_patata.png" },
|
||||
{ "start": 2, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_dos_patatas.png" },
|
||||
{ "start": 3, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_tres_patatas.png" },
|
||||
{ "start": 4, "texture": "res://gymkhana/items/inventory/assets/turno_cocina_cuatro_patatas.png" },
|
||||
]
|
||||
}
|
||||
animations = null
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="cocina_patata"]
|
||||
|
||||
Reference in New Issue
Block a user