mirror of
https://github.com/opus-tango/GravityDev3.git
synced 2026-03-19 19:52:51 +00:00
11 lines
179 B
Plaintext
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;
|
|
}
|