Add hotbar

This commit is contained in:
2025-02-02 16:21:34 -08:00
parent 9585f5ae95
commit 810edb7e3b
5 changed files with 118 additions and 15 deletions

View File

@ -56,8 +56,8 @@ class Drawing {
ctx.strokeRect(
Math.floor(position.x) + 0.5,
Math.floor(position.y) + 0.5,
Math.floor(size.w),
Math.floor(size.h)
Math.floor(size.w) - 1,
Math.floor(size.h) - 1
)
}