imrpoved UI system structure and added a basic text module for testing; Untested.
This commit is contained in:
@@ -1,17 +0,0 @@
|
||||
using RhythmBullet.Zer01HD.UI.Page;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace RhythmBullet.Zer01HD.Game.MainScreen
|
||||
{
|
||||
class MainPage : Page
|
||||
{
|
||||
public MainPage(int pageX, int pageY) : base(pageX, pageY)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user