Update app.js

pull/3479/head
Chriz76 2024-06-29 18:40:23 +02:00 committed by GitHub
parent 7165c504e7
commit ad3adb4ebb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ for (i=0;i<10;i++) {
{
width : 98, height : 100, bpp : 3,
transparent: 4,
buffer : require("Storage").read(i + ".bin")
buffer : require("Storage").read("ashadyclock".i + ".bin")
};
images[i] = image;
}