mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
game runner
This commit is contained in:
17
assets/Scripts/Game/Data/UserData.ts
Normal file
17
assets/Scripts/Game/Data/UserData.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
export class UserData {
|
||||
public soundVolume = 0;
|
||||
public musicVolume = 0;
|
||||
public game = new GameData();
|
||||
}
|
||||
|
||||
export class GameData {
|
||||
public goldCoins = 0;
|
||||
public metaUpgrades = new MetaUpgradesData();
|
||||
}
|
||||
|
||||
export class MetaUpgradesData {
|
||||
public maxHpLevel = 0;
|
||||
public overallDamageLevel = 0;
|
||||
public projectilePiercingLevel = 0;
|
||||
public movementSpeedLevel = 0;
|
||||
}
|
9
assets/Scripts/Game/Data/UserData.ts.meta
Normal file
9
assets/Scripts/Game/Data/UserData.ts.meta
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"ver": "4.0.23",
|
||||
"importer": "typescript",
|
||||
"imported": true,
|
||||
"uuid": "7431ff7c-480c-4474-9434-654eda0a1a08",
|
||||
"files": [],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
Reference in New Issue
Block a user