Add a way for NoteSkins to fall back on the default theme but handle explosion rotation on their own.

This commit is contained in:
Steve Checkoway
2007-05-28 10:41:08 +00:00
parent 5f1aec302d
commit b24aac13d7
@@ -57,4 +57,7 @@ end
-- This is the only required function.
ret.Load = func;
-- Use this to override the game types' default Load() functions.
ret.CommonLoad = func;
return ret;