Setting up windows using project lua file

This commit is contained in:
Krzosa Karol
2025-05-13 12:42:11 +02:00
parent 2e9147c47d
commit cf72182d56
7 changed files with 49 additions and 25 deletions

View File

@@ -57,6 +57,9 @@ SDLK_X = 0x00000078
SDLK_Y = 0x00000079
SDLK_Z = 0x0000007a
VERTICAL = 1
HORIZONTAL = 2
function IsAlpha(a)
if a == nil then
return false