mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
change interface style, add top menu
This commit is contained in:
18
modules/topmenu/topmenu.otmod
Normal file
18
modules/topmenu/topmenu.otmod
Normal file
@@ -0,0 +1,18 @@
|
||||
Module
|
||||
name: topmenu
|
||||
description: Create the top menu
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
version: 0.2
|
||||
autoLoad: true
|
||||
dependencies:
|
||||
- core
|
||||
|
||||
onLoad: |
|
||||
require 'topmenu'
|
||||
TopMenu.create()
|
||||
return true
|
||||
|
||||
onUnload: |
|
||||
TopMenu.destroy()
|
||||
|
Reference in New Issue
Block a user