Add logging to Wii

This commit is contained in:
2026-06-02 11:01:54 -05:00
parent 36f6ac65f2
commit 0f8b629e20
5 changed files with 74 additions and 13 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
// Load rosa.
Console.print('Asset time');
const entry = Asset.lock('rosa.png', Asset.TYPE_TEXTURE, Texture.FORMAT_RGBA);
const entry = Asset.lock('test.png', Asset.TYPE_TEXTURE, Texture.FORMAT_RGBA);
Asset.requireLoaded(entry);
Console.print('Asset loaded');