- 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:
Jamie Greunbaum
2025-06-05 19:08:34 -04:00
parent de0a866e6d
commit 3ca027c381
47 changed files with 12692 additions and 713 deletions
@@ -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:
@@ -6,6 +6,6 @@ using VRC.Udon;
[UdonBehaviourSyncMode(BehaviourSyncMode.Manual)]
public class HostCardPregameInterface : HostCardInterfaceBase
public class HostCardBetweenRoundsInterface : HostCardInterfaceBase
{
}