Example scene working
This commit is contained in:
+3
-1
@@ -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);
|
||||
Reference in New Issue
Block a user