Added LaserWeapon textures

This commit is contained in:
2025-11-22 17:45:23 +03:00
parent 7176666963
commit 6c142dd695
5 changed files with 223 additions and 9 deletions
+4 -4
View File
@@ -13,12 +13,12 @@ enum Belonging { PLAYER, ENEMY }
const PREFIXES := {
Belonging.PLAYER: "player_",
Belonging.ENEMY: "enemy_",
Belonging.PLAYER: "player",
Belonging.ENEMY: "enemy",
}
const SHOT_POSTFIX = "shot"
const IDLE_POSTFIX = "idle"
const SHOT_POSTFIX = "_shot"
const IDLE_POSTFIX = "_idle"
var _belonging: Belonging