diff --git a/Box b/Box index f2ed0b5..ce39408 160000 --- a/Box +++ b/Box @@ -1 +1 @@ -Subproject commit f2ed0b59d7ed2999f9239b0531ccdb55b680f56c +Subproject commit ce39408051fdae59556d900713f24e72381d9e2e diff --git a/source/main.c b/source/main.c index 81b78eb..00275bf 100644 --- a/source/main.c +++ b/source/main.c @@ -15,7 +15,7 @@ int main(int argc, char* argv[]) { Toy_setDrivePath("sprites", "assets/sprites"); Toy_setDrivePath("fonts", "assets/fonts"); - Box_initEngine(); + Box_initEngine("scripts:/init.toy"); Box_execEngine(); Box_freeEngine();