Tested that texture scaling changes work

This commit is contained in:
2022-01-03 20:35:23 -08:00
parent 0ff8548e15
commit 2bd125b170
15 changed files with 105 additions and 23 deletions

View File

@ -9,7 +9,7 @@
#include "../libs.h"
#include "texture.h"
#define MANAGED_TEXTURE_SCALE_MAX 4
#define MANAGED_TEXTURE_SCALE_MAX 5
typedef struct {
int16_t width;