We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526f7fa commit 21c3eacCopy full SHA for 21c3eac
mod.json
@@ -31,7 +31,7 @@
31
"win": "",
32
"mac": "",
33
"android": "",
34
- "ios": "{gd_dir}/Clubstep.mp3"
+ "ios": "{mod_config_dir}"
35
},
36
"control": {
37
"dialog": "open",
src/main.cpp
@@ -0,0 +1,9 @@
1
+#include <Geode/Geode.hpp>
2
+
3
+using namespace geode::prelude;
4
5
+$on_mod(Loaded)
6
+{
7
+ // If the config dir doesn't exist we have to create it.
8
+ Mod::get()->getConfigDir(true);
9
+}
0 commit comments