Skip to content

Commit 76c9c15

Browse files
Ohdakoosemose
Ohda
authored andcommitted
Changes scenes location (#1564)
1 parent e3d3702 commit 76c9c15

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

Assets/Scripts/Controllers/SceneController.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
public class SceneController
1313
{
1414
// Our current scenes Names
15-
public const string MainSceneName = "_SCENE_";
16-
public const string MainMenuSceneName = "MAIN_MENU";
15+
public const string MainSceneName = "_World";
16+
public const string MainMenuSceneName = "MainMenu";
1717

1818
public static string loadWorldFromFileName;
1919

Assets/_SCENES.meta Assets/_Scenes_.meta

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)