first Prototype
This commit is contained in:
parent
e11825c698
commit
35ce267482
481 changed files with 17315 additions and 1 deletions
6
scripts/item/bullet/bullet.gd
Normal file
6
scripts/item/bullet/bullet.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
class_name Bullet extends Item
|
||||
|
||||
var damage: int = 0
|
||||
|
||||
func getDamage() -> int:
|
||||
return damage
|
||||
Loading…
Add table
Add a link
Reference in a new issue