chore: tidy

This commit is contained in:
cha0s 2024-06-29 09:12:54 -05:00
parent 90d8ee3a35
commit 1a3a8f28d0

View File

@ -184,7 +184,6 @@ export default class Engine {
},
Health: {health: 100},
Position: {x: 368, y: 368},
VisibleAabb: {},
Speed: {speed: 100},
Sound: {},
Sprite: {
@ -196,6 +195,7 @@ export default class Engine {
speed: 0.115,
},
Ticking: {},
VisibleAabb: {},
Wielder: {
activeSlot: 0,
},