Merge branch 'LD-safe'
This commit is contained in:
commit
09c5a9e611
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ using System.Text;
|
||||||
|
|
||||||
public class BuildSrcipt
|
public class BuildSrcipt
|
||||||
{
|
{
|
||||||
static string[] scenes = { "Assets/Scenes/CodeDEV.unity", "Assets/Scenes/TitleScene.unity" };
|
static string[] scenes = { "Assets/Scenes/TitleScene.unity", "Assets/Scenes/CodeDEV.unity" };
|
||||||
static string name = "DungeonDrifter";
|
static string name = "DungeonDrifter";
|
||||||
|
|
||||||
[MenuItem("Build/Build WebGL")]
|
[MenuItem("Build/Build WebGL")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue