mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 13:03:27 +02:00
Some particle stuff, far from done
This commit is contained in:
17
modules/client_particles/particles.otmod
Normal file
17
modules/client_particles/particles.otmod
Normal file
@@ -0,0 +1,17 @@
|
||||
Module
|
||||
name: client_particles
|
||||
description: Manages particles systems
|
||||
author: baxnie
|
||||
website: www.otclient.info
|
||||
|
||||
dependencies:
|
||||
- client_extended
|
||||
- client_locales
|
||||
- client_topmenu
|
||||
|
||||
@onLoad: |
|
||||
dofile 'particles'
|
||||
Particles.init()
|
||||
|
||||
@onUnload: |
|
||||
Particles.terminate()
|
Reference in New Issue
Block a user