Skip to content

Instantly share code, notes, and snippets.

using Microsoft.Xna.Framework;
using Nez;
using Nez.UI;
namespace Vapor.Code.Utility.UI
{
/// <summary>
/// Set up a general purpose canvas and table to draw stuff with
/// </summary>
class BaseUI : Component