Skip to content

Commit 3c44dd5

Browse files
authored
Add support for shaders
1 parent e364e64 commit 3c44dd5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gma.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ do
179179
"data_static/*.mp3",
180180
"data_static/*.wav",
181181
"data_static/*.ogg",
182+
183+
-- Shaders: https://github.com/Facepunch/gmad/commit/fb4baa190eb3769728c3832c7ab03df2ef636040
184+
"shaders/*.vcs"
182185
}, wildcard2pattern)
183186

184187
if addon.ignore then -- if specified list of files to ignore.
@@ -226,4 +229,4 @@ do
226229
)
227230
)
228231
handle:close()
229-
end
232+
end

0 commit comments

Comments
 (0)