module.taml 318 B

12345678910
  1. <ModuleDefinition
  2. ModuleId="SpriteStressToy"
  3. VersionId="1"
  4. Description="Allows render stressing of the engine by rendering many sprites in both individual and composite forms."
  5. Dependencies="ToyAssets=1"
  6. Type="toy"
  7. ToyCategoryIndex="4"
  8. ScriptFile="main.cs"
  9. CreateFunction="create"
  10. DestroyFunction="destroy"/>