mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 18:59:20 +02:00
43 lines
952 B
Plaintext
43 lines
952 B
Plaintext
Module
|
|
name: game_interface
|
|
description: Create the game interface, where the ingame stuff starts
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
sandboxed: true
|
|
scripts: [ widgets/uigamemap, gameinterface ]
|
|
load-later:
|
|
- game_hotkeys
|
|
- game_questlog
|
|
- game_textmessage
|
|
- game_console
|
|
- game_outfit
|
|
- game_healthinfo
|
|
- game_skills
|
|
- game_inventory
|
|
- game_containers
|
|
- game_viplist
|
|
- game_battle
|
|
- game_minimap
|
|
- game_npctrade
|
|
- game_textwindow
|
|
- game_playertrade
|
|
- game_bugreport
|
|
- game_playerdeath
|
|
- game_playermount
|
|
- game_ruleviolation
|
|
- game_market
|
|
- game_spelllist
|
|
- game_cooldown
|
|
- game_modaldialog
|
|
- game_unjustifiedpoints
|
|
- game_walking
|
|
- game_shop
|
|
- game_itemselector
|
|
- game_textedit
|
|
- game_actionbar
|
|
- game_prey
|
|
- game_imbuing
|
|
- game_bot
|
|
@onLoad: init()
|
|
@onUnload: terminate()
|