Adding new Races, Main Menu -> Lobby flow, and what's needed to set up multiplayer testing.
This commit is contained in:
parent
60fa58b07f
commit
fdada6f132
29 changed files with 2581 additions and 176 deletions
8
Assets/_Project/Data/Races.meta
Normal file
8
Assets/_Project/Data/Races.meta
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0d631899488b6db4a8d9af9a97a9b2d5
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
23
Assets/_Project/Data/Races/BloodAngels_Placeholder.asset
Normal file
23
Assets/_Project/Data/Races/BloodAngels_Placeholder.asset
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 98b7d5d116870f94da912007f6aa5cbb, type: 3}
|
||||
m_Name: BloodAngels_Placeholder
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.RaceDefinition
|
||||
Id: 2
|
||||
DisplayName: Blood Angels
|
||||
Icon: {fileID: 21300000, guid: dbc19961a66b0b6478efea006e0a0fee, type: 3}
|
||||
BuilderName: Mother Teresa
|
||||
BuilderDescription: Evil beyond measure, a truly fucked up woman
|
||||
LoreText: Crucified and brought back by God because her job wasn't finished. She's
|
||||
here to bring death to to Xenos scum.
|
||||
BuilderPrefab: {fileID: 116861493430507844, guid: 3398cc5831880954487717577f61b6d7, type: 3}
|
||||
Towers: []
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 4d91bbd27e96fb845af6bb1bf0a22fe4
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
23
Assets/_Project/Data/Races/Ultramarines_Placeholder.asset
Normal file
23
Assets/_Project/Data/Races/Ultramarines_Placeholder.asset
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 98b7d5d116870f94da912007f6aa5cbb, type: 3}
|
||||
m_Name: Ultramarines_Placeholder
|
||||
m_EditorClassIdentifier: Assembly-CSharp::TD.Gameplay.RaceDefinition
|
||||
Id: 1
|
||||
DisplayName: Ultramarines
|
||||
Icon: {fileID: 21300000, guid: f19f71b7dd6671841abd34ce8b359351, type: 3}
|
||||
BuilderName: Master Chief
|
||||
BuilderDescription: My man makes some bangin towers
|
||||
LoreText: King of the protoss, he's here to kick bubblegum and chew ass, and he's
|
||||
all out of ass.
|
||||
BuilderPrefab: {fileID: 116861493430507844, guid: 3398cc5831880954487717577f61b6d7, type: 3}
|
||||
Towers: []
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
fileFormatVersion: 2
|
||||
guid: c8b11f545e3990049a5953a34459f58a
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Loading…
Add table
Add a link
Reference in a new issue