Start commit. All gameplay. Textbox lib by my friend was broken(not fatal for gameplay).
27 lines
526 B
C#
27 lines
526 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
using Microsoft.Xna.Framework;
|
|
using Microsoft.Xna.Framework.Graphics;
|
|
using Microsoft.Xna.Framework.Input;
|
|
using Microsoft.Xna.Framework.Audio;
|
|
using Microsoft.Xna.Framework.Media;
|
|
using MonoGame_Textbox;
|
|
using MonoGame_Test;
|
|
using Microsoft.Xna.Framework.Content;
|
|
|
|
namespace Arkanoid.Classes
|
|
{
|
|
class NameEnter
|
|
{
|
|
|
|
public NameEnter()
|
|
{
|
|
|
|
}
|
|
public void LoadContent(ContentManager Content)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|