mirror of
https://github.com/edubart/otclient.git
synced 2025-10-16 04:24:54 +02:00
introduce startup options
* startup options with -help and -version * many startup options for graphics
This commit is contained in:
12
modules/game_combatcontrols/combatcontrols.otmod
Normal file
12
modules/game_combatcontrols/combatcontrols.otmod
Normal file
@@ -0,0 +1,12 @@
|
||||
Module
|
||||
name: game_combatcontrols
|
||||
description: Combat controls window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
onLoad: |
|
||||
dofile 'combatcontrols'
|
||||
CombatControls.init()
|
||||
|
||||
onUnload: |
|
||||
CombatControls.terminate()
|
Reference in New Issue
Block a user