From ed9265939cae681ef36bde6350a4545d13d16026 Mon Sep 17 00:00:00 2001 From: Simon Kellet Date: Fri, 2 Aug 2024 17:26:35 +0100 Subject: [PATCH] scale conts --- constants.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/constants.lua b/constants.lua index 5e75ff5..eca2a7f 100644 --- a/constants.lua +++ b/constants.lua @@ -1,3 +1,16 @@ +-- WINDOW SCALE +-- Used to scale the game up or down +-- (scales STI world map and Walls in the game! ) +-- (see debug for more) +X_SCALE = 1 +Y_SCALE = 1 + +-- TILE SCALE +-- Since this game is put together rather badly +-- the game world is 1600x960 +GAME_WORLD_DIM_WIDTH = 1600 +GAME_WORLD_DIM_HEIGHT = 960 + --[[ * Game states: * - MENU