summaryrefslogtreecommitdiff
path: root/editor/editor.cpp
diff options
context:
space:
mode:
authorJonathan Bradley <jcb@pikum.xyz>2025-07-18 15:49:12 -0400
committerJonathan Bradley <jcb@pikum.xyz>2025-07-18 15:49:12 -0400
commit2ecda48bd1cc16b2e5e3e1ebb05098e191121aad (patch)
treee77ba873ec58ee95ffeac825cd00b7d906b80b36 /editor/editor.cpp
parent8fbeadda53243b701957a26dba1113d84ad5c7c4 (diff)
libpke-editor: shared lib + load as plugin working
Diffstat (limited to 'editor/editor.cpp')
-rw-r--r--editor/editor.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor.cpp b/editor/editor.cpp
index 094e555..c9c673b 100644
--- a/editor/editor.cpp
+++ b/editor/editor.cpp
@@ -1953,6 +1953,9 @@ void PkeEditor_Teardown() {
}
void PkeEditor_Init() {
+ pkeSettings.isSimulationPaused = true;
+ pkeSettings.isShowingEditor = true;
+
PkeInputSet debugControlsSet{};
debugControlsSet.title = "debug-editor-controls";
debugControlsSet.actionCount = 14;