- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
- I made sure my file(s) follow the Submissions Guidelines
- Yes
- I named my file(s) correctly (see Filename Conventions)
- Yes
use the supersprites command to change your characters sprites to super, if there are no super sprites it doesn't work
SA-Sonic
how to restrict your character from using this command (just in case it somehow breaks your mod or you just don't want people using super sprites as your character for whatever reason):
SA-Sonic
how to restrict your character from using this command (just in case it somehow breaks your mod or you just don't want people using super sprites as your character for whatever reason):
Lua:
if not supersprites_restrictskin
rawset(_G, "supersprites_restrictskin", {})
end
supersprites_restrictskin["yourskin"] = true