Small fix to dungeon cravler demo.

This commit is contained in:
jussi
2022-02-24 18:02:22 +02:00
parent 30ae308c9b
commit 7c7b406aaf
4 changed files with 26 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ local speed = 5.0
local camera = -1
local texture = -1
local mesh = -1
local textureSize = { 128, 128 }
local textureSize = { 256, 96 }
local res = { 384, 216 }
local winSize = RL_GetWindowSize()
local winScale = 5