module.taml 331 B

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