|
|
@ -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: |
|
|
|
* Game states: |
|
|
|
* - MENU |
|
|
|
* - MENU |
|
|
|