Game data save/load, profile autoload
This commit is contained in:
parent
11ea0f0d51
commit
cf4687350d
7 changed files with 48 additions and 4 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue