mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 01:29:21 +02:00
14 lines
256 B
Plaintext
14 lines
256 B
Plaintext
Module
|
|
name: tooltip
|
|
description: Enable tooltips on any button
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
autoLoad: true
|
|
autoLoadPriority: 2
|
|
dependencies:
|
|
- core
|
|
|
|
onLoad: |
|
|
require 'tooltip'
|
|
return true
|