13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
|
Module
|
||
|
name: tooltip
|
||
|
description: Enable tooltips on any button
|
||
|
author: OTClient team
|
||
|
website: https://github.com/edubart/otclient
|
||
|
autoLoad: true
|
||
|
dependencies:
|
||
|
- core
|
||
|
|
||
|
onLoad: |
|
||
|
require 'tooltip'
|
||
|
return true
|