mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
restore inventory and healthbar
* make inventory/healthbar work again allowing reload * changes in top menu toggle buttons * all modules are now reloadable by default * fix warning when using fade in * remove some unused files
This commit is contained in:
@@ -3,7 +3,6 @@ Module
|
||||
description: Create the game interface, where the ingame stuff starts
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
reloadable: true
|
||||
|
||||
dependencies:
|
||||
- game_tibiafiles
|
||||
@@ -14,8 +13,8 @@ Module
|
||||
- game_textmessage
|
||||
- game_console
|
||||
- game_outfit
|
||||
//- game_healthbar
|
||||
//- game_inventory
|
||||
- game_healthbar
|
||||
- game_inventory
|
||||
//- game_combatcontrols
|
||||
//- game_skills
|
||||
//- game_viplist
|
||||
@@ -30,9 +29,13 @@ Module
|
||||
dofile 'const'
|
||||
|
||||
dofile 'widgets/uigamemap'
|
||||
dofile 'widgets/uiitem'
|
||||
|
||||
dofile 'creature'
|
||||
dofile 'player'
|
||||
|
||||
dofile 'gameinterface'
|
||||
dofile 'creature'
|
||||
|
||||
GameInterface.init()
|
||||
|
||||
@onUnload: |
|
||||
|
Reference in New Issue
Block a user