Adding support for ability to
override functionality of automated Gleed2D level loading by adding functions to AxiosGameScreen to override --HG-- branch : customgleed2dhandling
This commit is contained in:
@@ -394,6 +394,21 @@ namespace Axios.Engine
|
||||
//CleanUp();
|
||||
}
|
||||
|
||||
public virtual bool LoadCircleItem(CircleItem circleitem)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public virtual bool LoadRectangleItem(RectangleItem rectangleitem)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
public virtual bool LoadPathItem(PathItem pathitem)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
#if WINDOWS
|
||||
// System.Drawing is NOT avaiable on WP7 or Xbox
|
||||
/*
|
||||
|
Reference in New Issue
Block a user