first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
5
scripts/item/bullet/Empty/empty.gd
Normal file
5
scripts/item/bullet/Empty/empty.gd
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
class_name Empty extends Bullet
|
||||
|
||||
func _init() -> void:
|
||||
type = GLOBALS.ITEMTYPES.EMPTY
|
||||
damage = 0
|
||||
Loading…
Add table
Add a link
Reference in a new issue