Move otclientrc.lua to top dir

* Use markdown for README
This commit is contained in:
Eduardo Bart
2012-07-05 17:03:41 -03:00
parent 8cc14c2d2d
commit 6f12261aef
5 changed files with 26 additions and 23 deletions

View File

@@ -34,6 +34,7 @@ function Client.init()
g_window.setTitle('OTClient')
g_window.setIcon(resolvepath('clienticon.png'))
g_keyboard.bindKeyDown('Ctrl+Shift+R', Client.reloadScripts)
addEvent(function()
scheduleEvent(function()

View File

@@ -1,4 +0,0 @@
-- this file is loaded after all modules are loaded and initialized
-- you can place any custom user code here
g_keyboard.bindKeyDown('Ctrl+Shift+R', Client.reloadScripts)