Skip to content

Commit

Permalink
Add custom assembly name
Browse files Browse the repository at this point in the history
  • Loading branch information
tzachshabtay committed Mar 29, 2017
1 parent e245068 commit cf777a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Demo/iOS/Main.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Diagnostics;
using System.Linq;
using AGS.Engine;
using AGS.Engine.IOS;
using DemoGame;
using Foundation;
Expand All @@ -15,6 +16,7 @@ public class Application
static void Main(string[] args)
{
Debug.WriteLine("Main started");
ResourceLoader.CustomAssemblyName = "DemoQuest.iOS";
IOSGameWindow.Instance.StartGame = DemoStarter.Run;
AGSEngineIOS.SetAssembly();
// if you want to use a different Application Delegate class from "AppDelegate"
Expand Down

0 comments on commit cf777a9

Please sign in to comment.