@@ -1,6 +1,7 @@
<ModuleDefinition
ModuleId="AlphaBlendToy"
VersionId="1"
+ BuildId="1"
Description="Show the sprite alpha blending feature."
Dependencies="ToyAssets=1"
Type="toy"
ModuleId="AmbientForceControllerToy"
Description="Demonstrates using an ambient-force controller."
ModuleId="AngleToy"
Description="Demonstrates how to use most angle functions."
@@ -1,7 +1,9 @@
ModuleId="AppCore"
- Description="Barebones startup module"
+ Description="Barebones startup module. Please note that this module is historically different from the library AppCore. Do not update it."
+ Synchronized="1"
ScriptFile="main.cs"
CreateFunction="create"
DestroyFunction="destroy"
ModuleId="AquariumToy"
Description="A fun demonstration of an aquarium."
Dependencies="ToyAssets=1,TropicalAssets=1"
@@ -8,5 +9,3 @@
DestroyFunction="destroy"/>
-
ModuleId="AudioToy"
Description="Plays background music and sound effects"
ModuleId="BridgeToy"
Enabled="1"
Description="Demonstrates the ability to create supporting structures using joints."
@@ -9,4 +10,3 @@
ModuleId="BuoyancyControllerToy"
Description="Demonstrates using a buoyancy controller."
@@ -12,4 +13,4 @@
Path="assets"
Extension="asset.taml"
Recurse="true"/>
-</ModuleDefinition>
+</ModuleDefinition>
ModuleId="ChainToy"
Description="Demonstrates the ability to create rope and chains using joints."
@@ -8,4 +9,4 @@
ToyCategoryIndex="2"
- DestroyFunction="destroy"/>
+ DestroyFunction="destroy"/>
ModuleId="CollisionToy"
Description="Demonstrates collision callbacks."
ModuleId="CompositeSpriteToy"
Description="Demonstrates the basics of the powerful composite sprite."
ModuleId="CompoundObjectsToy"
Description="Demonstrates creating compound objects using the CompositeSprite."
@@ -1,8 +1,9 @@
ModuleId="DeathBallToy"
- Description="A ball game demonstration."
+ Description="A ball game demonstration."
ToyCategoryIndex="5"
@@ -11,5 +12,5 @@
<DeclaredAssets
- Recurse="true"/>
+ Recurse="true"/>
@@ -1,10 +1,11 @@
ModuleId="EditorToy"
Description="Editor for T2D MIT."
ModuleId="WaveCompositeToy"
Description="A composite-sprite based experiment."
ModuleId="FlipToy"
Description="Demonstrates flipping the rendering of sprites horizontally and vertically."
ModuleId="GuiEditorToy"
Description="Gui Editor for T2D MIT."
ModuleId="KeyboardToy"
Description="Display virtual keyboard."
Dependencies="VirtualKeyboard=1"
ToyCategoryIndex="7"
ModuleId="MoveToToy"
Description="Demonstrates the ability to move to a specific position over time."
ModuleId="MultiWindowToy"
Description="Demonstrates creating multiple windows."
ModuleId="PathToy"
Description="Path object toy"
ModuleId="PickingToy"
Description="Demonstrates picking."
ModuleId="PointForceControllerToy"
Description="Demonstrates the point-force controller."
ModuleId="PyramidToy"
Description="Demonstrates rigid-body stacking."
@@ -8,4 +9,3 @@
ModuleId="RestitutionToy"
Description="Demonstrates the restitution setting with bouncing balls."
ModuleId="RotateToToy"
Description="Demonstrates the ability to rotate to a specific angle over time."
ModuleId="Sandbox"
Dependencies="AppCore=1,ToyAssets=1"
Group="gameBase"
Description="A sandbox for testing and prototyping."
@@ -11,4 +12,4 @@
ModuleId="SceneLayerToy"
Description="Demonstrates the use of individual scene layers to control draw order."
ToyCategoryIndex="3"
ModuleId="ScrollerToy"
Description="Demonstrates creating a scrolling sprite."
ModuleId="ShapeVectorToy"
Description="Demonstrates creating a shape vector."
ModuleId="SoftbodyToy"
Description="Show a complex pseudo soft-body structure consisting of distance joints."
ModuleId="SphereStackToy"
Description="Demonstrates the physics accuracy by stacking balls."
ModuleId="SpriteStressToy"
Description="Allows render stressing of the engine by rendering many sprites in both individual and composite forms."
ModuleId="SpriteToy"
Description="Demonstrates creating a Sprite."
ModuleId="TextSpriteToy"
Description="Demonstrates the amazing TextSprite!"
ModuleId="ToyAssets"
Description="A nice mix of assets used by all the toys."
ToyCategoryIndex="0">
@@ -10,5 +11,5 @@
Extension="asset.json"
</ModuleDefinition>
ModuleId="TropicalAssets"
Description="Tropical Fish Assets. Particularly useful for the AquariumToy"
>
ModuleId="TruckToy"
Description="A monster truck toy."
@@ -11,6 +12,5 @@
ModuleId="TumblerToy"
Description="Demonstrates lots of collisions in a complex, dynamic environment."
ModuleId="VirtualKeyboard"
DestroyFunction="destroy">