mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
Added regeneration
This commit is contained in:
@@ -7,6 +7,7 @@ export class GameSettings {
|
||||
export class PlayerSettings {
|
||||
public defaultHP = 0;
|
||||
public requiredXP: number[] = [];
|
||||
public regenerationDelay = 0;
|
||||
public collisionDelay = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user