- Added an admin panel, activated by pressing Jump while holding the host card.
- Improved the host card interface, and added more info between questions. - Started preliminary work on a permissions system.
This commit is contained in:
+2
-2
@@ -10,7 +10,7 @@ MonoBehaviour:
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: c333ccfdd0cbdbc4ca30cef2dd6e6b9b, type: 3}
|
||||
m_Name: HostCardPregameInterface
|
||||
m_Name: HostCardBetweenRoundsInterface
|
||||
m_EditorClassIdentifier:
|
||||
serializedUdonProgramAsset: {fileID: 11400000, guid: a31237219d4606a46a5468beb624e6d9,
|
||||
type: 2}
|
||||
@@ -21,7 +21,7 @@ MonoBehaviour:
|
||||
compiledVersion: 2
|
||||
behaviourSyncMode: 4
|
||||
hasInteractEvent: 0
|
||||
scriptID: -5547144053508790062
|
||||
scriptID: 4102590987168841126
|
||||
serializationData:
|
||||
SerializedFormat: 2
|
||||
SerializedBytes:
|
||||
+1
-1
@@ -6,6 +6,6 @@ using VRC.Udon;
|
||||
|
||||
|
||||
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
|
||||
public class HostCardPregameInterface : HostCardInterfaceBase
|
||||
public class HostCardBetweenRoundsInterface : HostCardInterfaceBase
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user