Exemplo n.º 1
0
 public InputKeyboard()
 {
     pressTimer = new MarsTimer(130, true);
 }
Exemplo n.º 2
0
 public ConsoleMessage(Vector2 position, String text)
 {
     isShowing = true;
     timer     = new MarsTimer(2500);
     content   = new Text(position, text, new Vector2(0.5f, 0.5f), "white");
 }