mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
use GLSL shaders
This commit is contained in:
@@ -3,7 +3,7 @@ Client = { }
|
||||
-- TODO: load and save configurations
|
||||
function Client.init()
|
||||
g_window.move({ x=220, y=220 })
|
||||
g_window.resize({ width=800, height=600 })
|
||||
g_window.resize({ width=800, height=480 })
|
||||
g_window.setTitle('OTClient')
|
||||
g_window.setIcon('clienticon.png')
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user