diff options
author | Pixel <pixel@nobis-crew.org> | 2012-10-26 09:06:13 -0700 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2012-10-26 09:06:13 -0700 |
commit | 6f37a8a7c34fbbfa62df139bfc904288e319d140 (patch) | |
tree | 2c2c0651e501ae0032210dcd2c8917539efe4cd9 /VP-map.lua | |
parent | d17ccb1258c40fbd6767c4e2c98b6e2462cb8987 (diff) |
And still more script types.
Diffstat (limited to 'VP-map.lua')
-rw-r--r-- | VP-map.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,7 @@ VP_maintypes = { "GFX", "MAIN", "GAME", + "MISC", } VP_map = { } @@ -93,6 +94,8 @@ VP_map = { [2173] = { dir = "MISC/GFX", ext = "agx", ftype = "arcgfx", }, + [2294] = { dir = "MISC/SCRIPT", ext = "script", ftype = "cscript", }, + -- -- Videos -- |