Add new character model, add title screen
This commit is contained in:
25
Assets/Scripts/SceneNames.cs
Normal file
25
Assets/Scripts/SceneNames.cs
Normal file
@@ -0,0 +1,25 @@
|
||||
namespace Scampz.GameJam.Assets.Scripts
|
||||
{
|
||||
public static class SceneNames
|
||||
{
|
||||
public static string FirstPreRenderedScene => "Pre-Render0";
|
||||
|
||||
public static string SecondPreRenderedScene => "Pre-Render1";
|
||||
|
||||
public static string ThirdPreRenderedScene => "Pre-Render2";
|
||||
|
||||
public static string FourthPreRenderedScene => "Pre-Render3";
|
||||
|
||||
public static string FifthPreRenderedScene => "Pre-Render4";
|
||||
|
||||
public static string SixthPreRenderedScene => "Pre-Render5";
|
||||
|
||||
public static string SeventhPreRenderedScene => "Pre-Render6";
|
||||
|
||||
public static string EightPreRenderedScene => "Pre-Render8";
|
||||
|
||||
public static string TitleScreenScene => "TitleScreen";
|
||||
|
||||
public static string BaseScene => "BaseScene";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user