Reduced enemy health to 50%.
This commit is contained in:
parent
2f3ed4b14d
commit
61e2d5ea8c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
name: Enemy
|
||||
texture: enemy.png
|
||||
|
||||
health: 100
|
||||
health: 50
|
||||
speed: 100
|
||||
radius: 25
|
||||
size: [50, 50]
|
||||
|
|
Reference in a new issue