mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* 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
16 lines
277 B
Plaintext
16 lines
277 B
Plaintext
Module
|
|
name: game_textmessage
|
|
description: Manage game text messages
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependecies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'textmessage'
|
|
TextMessage.init()
|
|
|
|
@onUnload: |
|
|
TextMessage.terminate()
|