16 lines
264 B
Plaintext
16 lines
264 B
Plaintext
|
Module
|
||
|
name: gfx
|
||
|
description: Contains utilities for generating graphics effects
|
||
|
author: OTClient team
|
||
|
website: https://github.com/edubart/otclient
|
||
|
version: 0.2
|
||
|
autoLoad: true
|
||
|
dependencies:
|
||
|
- core
|
||
|
|
||
|
onLoad: |
|
||
|
require 'gfx'
|
||
|
return true
|
||
|
|
||
|
|