Create lobby scene
This commit is contained in:
@@ -14,6 +14,12 @@ public class OdinButtons : OdinEditorWindow
|
||||
GetWindow<OdinButtons>().Show();
|
||||
}
|
||||
|
||||
[Button]
|
||||
private void LobbyScene()
|
||||
{
|
||||
LoadScene("Assets/Scenes/Lobby.unity");
|
||||
}
|
||||
|
||||
[Button]
|
||||
private void EntranceScene()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user