Files
GravityDev3/fActionFlags.pde
2022-03-31 14:53:00 -04:00

11 lines
179 B
Plaintext

/*
Public flags to control certain actions, mostly for gui interaction with the simulation
*/
class ActionFlags {
boolean centerOnFocus = false;
boolean nameTags = true;
}