adjust visual height

This commit is contained in:
2025-01-12 20:05:29 +09:00
parent 8e861929cb
commit ea23aa3174
4 changed files with 8 additions and 6 deletions
+1
View File
@@ -11,6 +11,7 @@ export default class Entity {
radius = 0
health = 1
maxHealth = 1
height = 40
abilities = [
Ability.rangedAttack,
Ability.straightShot,