began implementing resize while further developing ui system

This commit is contained in:
2018-09-11 16:26:38 -05:00
parent 073f3a205d
commit 8d80913fe2
5 changed files with 31 additions and 7 deletions

View File

@@ -7,7 +7,7 @@ using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.Game.MainScreen
{
class MainPage : Page
public class MainPage : Page
{
public MainPage(int pageX, int pageY) : base(pageX, pageY)
{