Added submodule mobile-eggbert-core III
This commit is contained in:
parent
f7a03df92b
commit
5e2a755115
@ -4,6 +4,7 @@ using Android.OS;
|
|||||||
using Android.Views;
|
using Android.Views;
|
||||||
using Microsoft.Xna.Framework;
|
using Microsoft.Xna.Framework;
|
||||||
using WindowsPhoneSpeedyBlupi;
|
using WindowsPhoneSpeedyBlupi;
|
||||||
|
using static WindowsPhoneSpeedyBlupi.Xna;
|
||||||
|
|
||||||
namespace WindowsPhoneSpeedyBlupi
|
namespace WindowsPhoneSpeedyBlupi
|
||||||
{
|
{
|
||||||
@ -25,6 +26,7 @@ namespace WindowsPhoneSpeedyBlupi
|
|||||||
{
|
{
|
||||||
base.OnCreate(bundle);
|
base.OnCreate(bundle);
|
||||||
|
|
||||||
|
Env.init(XnaImpl.MonoGame, Platform.Android);
|
||||||
_game = new Game1();
|
_game = new Game1();
|
||||||
_view = _game.Services.GetService(typeof(View)) as View;
|
_view = _game.Services.GetService(typeof(View)) as View;
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit d125283c838b27525476a473b1e09fff1951ea7e
|
Subproject commit cda7b12a74b78bd43371046aa080a5091d3449d9
|
Loading…
x
Reference in New Issue
Block a user