bkiefer / GraVE

Other
0 stars 0 forks source link

Move editor preferences where they belong #3

Closed bkiefer closed 5 years ago

bkiefer commented 5 years ago

see Slack message, those should not be in Preferences.java

  public boolean sSHOW_ELEMENTS = true;
  public int sELEMENTS_DIVIDER_LOCATION = 230;
  public boolean sSHOW_SCENEFLOWEDITOR = true;
  public boolean sSHOW_CODEEDITOR = true;
  public int sCODE_DIVIDER_LOCATION = 450;
  public double sSCENEFLOW_SCENE_EDITOR_RATIO = 0.85;
  public boolean sSHOW_GESTURES = true;
  public int NUM_MAGNETS = 8;
aWelker commented 5 years ago

Done.