mirror of
https://github.com/opus-tango/GravityDev3.git
synced 2026-03-20 03:55:24 +00:00
Initial commit
This commit is contained in:
10
fActionFlags.pde
Normal file
10
fActionFlags.pde
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
|
||||
Public flags to control certain actions, mostly for gui interaction with the simulation
|
||||
|
||||
*/
|
||||
|
||||
class ActionFlags {
|
||||
boolean centerOnFocus = false;
|
||||
boolean nameTags = true;
|
||||
}
|
||||
Reference in New Issue
Block a user