Cleanup of script modules.

This commit is contained in:
2026-06-07 12:59:17 -05:00
parent 47a6f396fa
commit ed0420fdce
67 changed files with 4144 additions and 2564 deletions
+4 -1
View File
@@ -8,4 +8,7 @@ const platformNames = {
Console.print('Platform: ' + (platformNames[System.platform] || 'Unknown'));
requireAsync('testscene.js').then(Scene.set).catch(Engine.exit);
requireAsync('testscene.js').then(Scene.set).catch(err => {
Console.print('Error loading scene: ' + err);
Engine.exit();
});