mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-13 22:34:53 +02:00
Resolve "Merge the best from 7.40 branch"
This commit is contained in:
44
SabrehavenOTClient/modules/game_interface/interface.otmod
Normal file
44
SabrehavenOTClient/modules/game_interface/interface.otmod
Normal file
@@ -0,0 +1,44 @@
|
||||
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_buttons
|
||||
- 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
|
||||
- client_textedit
|
||||
- game_actionbar
|
||||
- game_prey
|
||||
- game_imbuing
|
||||
- game_stats
|
||||
- game_shaders
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
Reference in New Issue
Block a user