Game data save/load, profile autoload

This commit is contained in:
gotfishmakesticks 2023-11-12 21:06:52 +03:00
commit cf4687350d
7 changed files with 48 additions and 4 deletions

View file

@ -181,7 +181,7 @@ patch_margin_bottom = 2
script = ExtResource("2_rfxij")
data = {
"id": "weapon",
"position": Vector2(8, 0),
"position": Vector2(16, 0),
"slot": "secondary",
"weapon": "SingleRocketMk1"
}
@ -271,7 +271,7 @@ patch_margin_bottom = 2
script = ExtResource("2_rfxij")
data = {
"id": "weapon",
"position": Vector2(16, 0),
"position": Vector2(8, 0),
"slot": "primary",
"weapon": "SingleLaserMk1"
}