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