mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00
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
|