Space-Smash-Out/Assets/ScriptedAssets/Arenas/FourPlayerArena.asset
Jakob Feldmann 94863a7eb5 feat: free fly arena, 4-player support, 4-player arena, test-scene option etc.
There is also overhauled camera zoom behavior, an update to the match logic,
tweaks to the main menu scene.
2024-05-05 17:53:56 +02:00

22 lines
558 B
Plaintext

%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: e8e34096b6ebcdd41a24bcf4ecc8ec4d, type: 3}
m_Name: FourPlayerArena
m_EditorClassIdentifier:
minPlayerCount: 4
maxPlayerCount: 4
spawnPositions:
- {x: -6, y: -3, z: 0}
- {x: 6, y: -3, z: 0}
- {x: -6, y: 3, z: 0}
- {x: 6, y: 3, z: 0}