Example scene working

This commit is contained in:
2026-06-06 18:46:08 -05:00
parent 003b647d83
commit 9edb2aa0c1
13 changed files with 342 additions and 81 deletions
+3 -1
View File
@@ -6,4 +6,6 @@ const platformNames = {
[System.PLATFORM_WII]: 'Wii',
};
Console.print('Platform: ' + (platformNames[System.platform] || 'Unknown'));
Console.print('Platform: ' + (platformNames[System.platform] || 'Unknown'));
requireAsync('testscene.js').then(Scene.set).catch(Engine.exit);