Moved config.toy into assets

This commit is contained in:
2026-05-03 10:36:05 +10:00
parent 9d35e4862e
commit e646f3ff90
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -89,7 +89,7 @@ void unloadPlayerData(PlayerData player) {
int main() { int main() {
//example Toy controlling the window stuff //example Toy controlling the window stuff
int size = 0; int size = 0;
const char* source = (char*)readFile("config.toy", &size); const char* source = (char*)readFile("assets/config.toy", &size);
if (!source) { if (!source) {
fprintf(stderr, "File read error: %d\n", size); fprintf(stderr, "File read error: %d\n", size);