mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
reorganize modules
This commit is contained in:
13
modules/client/client.lua
Normal file
13
modules/client/client.lua
Normal file
@@ -0,0 +1,13 @@
|
||||
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.setTitle('OTClient')
|
||||
g_window.setIcon('clienticon.png')
|
||||
return true
|
||||
end
|
||||
|
||||
function Client.terminate()
|
||||
end
|
||||
Reference in New Issue
Block a user