mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-29 09:09:39 +00:00
Level asset declarations for the Full and SpectatorGameplay modules.
This commit is contained in:
parent
0f15dfa6b0
commit
eca92e695a
4 changed files with 28 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
<LevelAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="EmptyLevel"
|
||||
LevelFile="data/FPSGameplay/levels/EmptyLevel.mis"
|
||||
LevelDescription="An empty room"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<LevelAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="Empty_Terrain"
|
||||
LevelFile="data/FPSGameplay/levels/Empty_Terrain.mis"
|
||||
LevelDescription="A Empty level with terrain."
|
||||
VersionId="1" />
|
||||
7
Templates/Modules/FPSGameplay/levels/Outpost.asset.taml
Normal file
7
Templates/Modules/FPSGameplay/levels/Outpost.asset.taml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<LevelAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="Outpost"
|
||||
LevelFile="data/FPSGameplay/levels/Outpost.mis"
|
||||
LevelDescription="Outpost level"
|
||||
VersionId="1" />
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
<LevelAsset
|
||||
canSave="true"
|
||||
canSaveDynamicFields="true"
|
||||
AssetName="Empty_Room"
|
||||
LevelFile="data/spectatorGameplay/levels/Empty_Room.mis"
|
||||
LevelDescription="An empty room"
|
||||
VersionId="1" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue