summaryrefslogtreecommitdiff
path: root/src/include/main.h
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2023-02-10 17:44:36 -0500
committerFox Caminiti <fox@foxcam.net>2023-02-10 17:44:36 -0500
commit52c6ad3f2686cb66a8954ca5dac7f3eba4676cc3 (patch)
tree8a1d505378f5b23ad95e1b59396b04fe4852f0fc /src/include/main.h
parent3d2e5b594b1872f866a698014c97ee4e98de6259 (diff)
ellipse and dumb cursor
Diffstat (limited to 'src/include/main.h')
-rw-r--r--src/include/main.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/main.h b/src/include/main.h
index 3b4843e..da037dc 100644
--- a/src/include/main.h
+++ b/src/include/main.h
@@ -478,6 +478,8 @@ struct project_state
bool32 UpdateScreen = 1; // refreshes entire UI; influenced by raw key/mouse input
bool32 DebugDisableCache = 1;
+ bool32 ShapeMode = 0;
+
bool32 ViewportEnabled = 0;
bool32 SelectionMode = 1;
@@ -625,7 +627,7 @@ struct ui
0xff8b1f1f,
0xffc25909,
0xff57c20a,
- 0xff8ee6da,
+ 0xff203d6a,
0xffa48fb7,
0xffd14061,
0xff38b683,