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