Make perspective scale work more explicitly from properties

This commit is contained in:
2026-05-13 23:36:49 -04:00
parent aad196d84e
commit 73b1a4cab0
3 changed files with 31 additions and 13 deletions

View File

@@ -91,6 +91,8 @@ typedef struct {
int p_vanishing_y;
int p_foreground_h;
int p_vanishing_h;
float p_foreground_scale;
float p_vanishing_scale;
float p_scale;
float p_rate;
akgl_Tileset tilesets[AKGL_TILEMAP_MAX_TILESETS];