added different scaling, breaking change

This commit is contained in:
Stefan Stefanov 2024-02-10 23:04:35 +02:00
parent 8bc4572ae3
commit 799e5ad9eb
4 changed files with 92 additions and 57 deletions

View file

@ -9,6 +9,7 @@ LOGO_TO :: [2]glm.vec2{{0, 0}, {128-(SPRITE_CELL * 2), SPRITE_CELL * 2}}
GLOBAL_SPRITE_SCALE :: 2
SPRITE_CELL :: 16
SPRITE :: SPRITE_CELL * GLOBAL_SPRITE_SCALE
ALIEN_ROWS :: 5
ALIENS_PER_ROW :: 11