tibia-client/modules/game_shaders/shaders.otmod

16 lines
242 B
Plaintext

Module
name: game_shaders
description: Manage game shaders
author: edubart
website: www.otclient.info
dependencies:
- game_interface
@onLoad: |
dofile 'shaders'
Shaders.init()
@onUnload: |
Shaders.terminate()