Torque3D/Templates/Modules/vr/VR.module
Areloch c17ae94745 Moved VR module from core to a regular module, as not all games are necessarily going to use VR.
Also corrected some of the default posteffect settings for the levels.
2018-09-19 16:03:58 -05:00

9 lines
238 B
Plaintext

<ModuleDefinition
ModuleId="VR"
VersionId="1"
Description="Module that implements the core engine-level setup for the game."
ScriptFile="VR.cs"
CreateFunction="onCreate"
DestroyFunction="onDestroy"
Group="Game">
</ModuleDefinition>