mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
create in game interface panels and renable about and options windows
This commit is contained in:
13
modules/options/options.otmod
Normal file
13
modules/options/options.otmod
Normal file
@@ -0,0 +1,13 @@
|
||||
Module
|
||||
name: options
|
||||
description: Create the options window
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- core
|
||||
|
||||
onLoad: |
|
||||
require 'options'
|
||||
return true
|
||||
|
Reference in New Issue
Block a user