mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 18:59:20 +02:00
10 lines
210 B
Lua
10 lines
210 B
Lua
function init()
|
|
-- add manually your shaders from /data/shaders
|
|
g_shaders.createOutfitShader("default", "/shaders/outfit_default_vertex", "/shaders/outfit_default_fragment")
|
|
end
|
|
|
|
function terminate()
|
|
end
|
|
|
|
|