Character is rendering in-game

This commit is contained in:
2021-08-22 23:30:53 -07:00
parent d95047398d
commit fefa044145
21 changed files with 286 additions and 163 deletions

View File

@ -34,7 +34,7 @@ void frameSetInnerSize(frame_t *frame, float width, float height) {
float bottomStart = FRAME_BORDER_SIZE + height;
float bottomEnd = bottomStart + FRAME_BORDER_SIZE;
float tw = 0.33333;
float tw = 1.0f / 3.0f;
float th = tw;
// Buffer the top left edge