MAJOR: Re-organize entire project
This commit is contained in:
19
Assets/Scripts/Scenes/SceneNames.cs
Normal file
19
Assets/Scripts/Scenes/SceneNames.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
namespace Scampz.GameJam.Assets.Scripts
|
||||
{
|
||||
public static class SceneNames
|
||||
{
|
||||
public static string TempleA => "TempleA";
|
||||
|
||||
public static string TempleB => "TempleB";
|
||||
|
||||
public static string TempleC => "TempleC";
|
||||
|
||||
public static string TempleSanctum => "TempleSanctum";
|
||||
|
||||
public static string TitleScreenScene => "TitleScreen";
|
||||
|
||||
public static string BaseScene => "BaseScene";
|
||||
|
||||
public static string WorldMap => "WorldMap";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user