mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-30 03:09:20 +02:00
8 lines
208 B
Lua
8 lines
208 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
|