Exemplo n.º 1
0
 public Keyboard_Lettre(Vector2 _size, Vector2 position, Texture2D icone, Motux.InGame.Keyboard.TypeLettre type)
 {
     _type     = type;
     size      = _size;
     _position = position;
     _icone    = icone;
 }
Exemplo n.º 2
0
 public Keyboard_Lettre(SpriteFont _font, string lettre, Vector2 position, Motux.InGame.Keyboard.TypeLettre type)
 {
     _type     = type;
     font      = _font;
     _lettre   = lettre;
     _position = position;
 }