mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 12:04:55 +02:00
experimental map shaders
This commit is contained in:
15
modules/game_shaders/shaders.otmod
Normal file
15
modules/game_shaders/shaders.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
Module
|
||||
name: game_shaders
|
||||
description: Manage game shaders
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
|
||||
dependencies:
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'shaders'
|
||||
Shaders.init()
|
||||
|
||||
@onUnload: |
|
||||
Shaders.terminate()
|
Reference in New Issue
Block a user