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