mirror of
https://github.com/edubart/otclient.git
synced 2025-12-01 07:36:49 +01:00
rework on graphics.cpp, implement some GFX with lua
This commit is contained in:
15
modules/gfx/gfx.otmod
Normal file
15
modules/gfx/gfx.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user