diff --git a/Templates/Modules/FPSGameplay/FPSGameplay.module b/Templates/Modules/FPSGameplay/FPSGameplay.module index 9833352e2..37623bf1e 100644 --- a/Templates/Modules/FPSGameplay/FPSGameplay.module +++ b/Templates/Modules/FPSGameplay/FPSGameplay.module @@ -7,4 +7,9 @@ DestroyFunction="destroy" Group="Game" Dependencies="clientServer=1,UI=1"> + \ No newline at end of file diff --git a/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml b/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml index 58b1fc1c2..4f33dbd9f 100644 --- a/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml +++ b/Templates/Modules/FPSGameplay/levels/EmptyLevel.asset.taml @@ -2,6 +2,7 @@ canSave="true" canSaveDynamicFields="true" AssetName="EmptyLevel" + FriendlyName="EmptyLevel" LevelFile="data/FPSGameplay/levels/EmptyLevel.mis" - LevelDescription="An empty room" + Description="An empty room" VersionId="1" /> diff --git a/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml b/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml new file mode 100644 index 000000000..657070e50 --- /dev/null +++ b/Templates/Modules/FPSGameplay/levels/EmptyTerrain.asset.taml @@ -0,0 +1,8 @@ + diff --git a/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml b/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml deleted file mode 100644 index 08f13fa0e..000000000 --- a/Templates/Modules/FPSGameplay/levels/Empty_Terrain.asset.taml +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml b/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml index ab8a6c95a..3f70498f0 100644 --- a/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml +++ b/Templates/Modules/FPSGameplay/levels/Outpost.asset.taml @@ -2,6 +2,7 @@ canSave="true" canSaveDynamicFields="true" AssetName="Outpost" + FriendlyName="Outpost" LevelFile="data/FPSGameplay/levels/Outpost.mis" - LevelDescription="Outpost level" + Description="Outpost level" VersionId="1" /> diff --git a/Templates/Modules/spectatorGameplay/SpectatorGameplay.module b/Templates/Modules/spectatorGameplay/SpectatorGameplay.module index 953932b87..08e040082 100644 --- a/Templates/Modules/spectatorGameplay/SpectatorGameplay.module +++ b/Templates/Modules/spectatorGameplay/SpectatorGameplay.module @@ -7,4 +7,9 @@ DestroyFunction="destroy" Group="Game" Dependencies="clientServer=1,UI=1"> + \ No newline at end of file