Skip to content

GUI Cubescript Guidelines (Proposal)

MoonPadUSer edited this page Jul 14, 2020 · 1 revision
  1. First letter of a sentence is ALWAYS uppercase, we want to move away from this everything-is-lowercase style
  2. Add tooltips whenever possible/needed
  3. Try to use console input/output as few as possible, preferred are messages/inputs inside the GUI
  4. User-facing variables (variables, the user can interact with) will be all lowercase and without any kind of spacers, e.g. showmappreviews, while non-user-facing variables will use snake_case, e.g. map_preview_tex
Clone this wiki locally