mirror of
https://github.com/MartinKral/Slash-The-Hordes
synced 2025-10-09 00:26:04 +00:00
Translation file
This commit is contained in:
@@ -12,7 +12,7 @@ export class LevelUpSkill extends Component {
|
||||
|
||||
public init(skillType: UpgradeType): void {
|
||||
this.skillType = skillType;
|
||||
this.skillTitle.string = `Skill ${skillType}`;
|
||||
this.skillTitle.string = `${skillType}`;
|
||||
this.node.on(NodeEventType.MOUSE_DOWN, this.chooseSkill, this);
|
||||
}
|
||||
|
||||
|
@@ -1,10 +1,10 @@
|
||||
export enum UpgradeType {
|
||||
WeaponLength,
|
||||
WeaponDamage,
|
||||
HorizontalProjectile,
|
||||
DiagonalProjectile,
|
||||
HaloProjectlie,
|
||||
Regeneration
|
||||
WeaponLength = "WEAPON_LENGTH",
|
||||
WeaponDamage = "WEAPON_DAMAGE",
|
||||
HorizontalProjectile = "HORIZONTAL_PROJECTILE",
|
||||
DiagonalProjectile = "DIAGONAL_PROJECTILE",
|
||||
HaloProjectlie = "HALO_PROJECTILE",
|
||||
Regeneration = "REGENERATION"
|
||||
}
|
||||
|
||||
export enum MetaUpgradeType {
|
||||
|
Reference in New Issue
Block a user