Add a way for NoteSkins to fall back on the default theme but handle explosion rotation on their own.
This commit is contained in:
@@ -57,4 +57,7 @@ end
|
|||||||
-- This is the only required function.
|
-- This is the only required function.
|
||||||
ret.Load = func;
|
ret.Load = func;
|
||||||
|
|
||||||
|
-- Use this to override the game types' default Load() functions.
|
||||||
|
ret.CommonLoad = func;
|
||||||
|
|
||||||
return ret;
|
return ret;
|
||||||
|
|||||||
Reference in New Issue
Block a user