Added weapon system. Animated laser.
This commit is contained in:
9
gamedata/weapontype.go
Normal file
9
gamedata/weapontype.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package gamedata
|
||||
|
||||
type WeaponType int
|
||||
|
||||
const (
|
||||
WeaponTypeGun = iota
|
||||
WeaponTypeLaser
|
||||
WeaponTypeMax
|
||||
)
|
||||
Reference in New Issue
Block a user