summaryrefslogtreecommitdiff
path: root/examples/dungeon_crawler/main.lua
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dungeon_crawler/main.lua')
-rw-r--r--examples/dungeon_crawler/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dungeon_crawler/main.lua b/examples/dungeon_crawler/main.lua
index 9465ed3..546c8ef 100644
--- a/examples/dungeon_crawler/main.lua
+++ b/examples/dungeon_crawler/main.lua
@@ -5,7 +5,7 @@ local texture = -1
local textureSize = { 256, 96 }
local res = { 384, 216 }
local winSize = RL_GetWindowSize()
-local winScale = 5
+local winScale = 4
local framebuffer = -1
local TILE_SIZE = 32