added input system to basic button; code cleanup;

This commit is contained in:
2018-11-08 23:49:42 -06:00
parent fcd2278796
commit 17e59397a5
4 changed files with 47 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ using System.Threading.Tasks;
namespace RhythmBullet.Zer01HD.UI.Book
{
class Page : ModuleGroup
class Page : UIModuleGroup
{
private readonly int pageX, pageY;