progress on text buttons (untested)
This commit is contained in:
@@ -3,12 +3,16 @@ using Microsoft.Xna.Framework.Graphics;
|
||||
using RhythmBullet.UI.Book;
|
||||
using RhythmBullet.Utilities.ContentSystem;
|
||||
using RhythmBullet.Utilities.UI.Modular.Modules;
|
||||
using RhythmBullet.Utilities.UI.Modular.Modules.Interactive;
|
||||
|
||||
namespace RhythmBullet.Screens.MainMenu
|
||||
{
|
||||
internal class MainPage : Page
|
||||
{
|
||||
Image title;
|
||||
TextButton playButton;
|
||||
TextButton quitButton;
|
||||
|
||||
internal MainPage(ContentManagerController assets) : base(0, 0)
|
||||
{
|
||||
title = new Image(assets.Get<Texture2D>("title"));
|
||||
|
Reference in New Issue
Block a user