Spawn also items
This commit is contained in:
@ -16,6 +16,10 @@ class Item(Entity):
|
||||
self.held = True
|
||||
|
||||
|
||||
class Heart(Item):
|
||||
name = "heart"
|
||||
|
||||
|
||||
class Bomb(Item):
|
||||
name = "bomb"
|
||||
damage: int = 5
|
||||
|
Reference in New Issue
Block a user