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.
|
||||
ret.Load = func;
|
||||
|
||||
-- Use this to override the game types' default Load() functions.
|
||||
ret.CommonLoad = func;
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user