Certification

This commit is contained in:
MeowcaTheoRange 2023-12-17 22:51:49 -06:00
parent bb60df1102
commit 63a087e330
6 changed files with 6 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 24 KiB

BIN
images/channel-poster_sd.png~ Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -5,10 +5,10 @@
#
## Channel Details
title=Unofficial XKCD Reader for Roku®
title=Unofficial XKCD Reader
major_version=1
minor_version=0
build_version=00001
build_version=00005
## Channel Assets
### Main Menu Icons / Channel Poster Artwork

Binary file not shown.

View file

@ -7,6 +7,7 @@ sub Main()
scene = screen.CreateScene("BigScene")
screen.show()
m.currentScene = scene
while(true)
msg = wait(0, m.port)

View file

@ -124,6 +124,8 @@ function getNewestComicLol()
m.getLatestComicTask.comicid = ""
m.getLatestComicTask.observeField("comic", "startComicInitial")
m.getLatestComicTask.control = "RUN"
m.currentScene.signalBeacon("AppLaunchComplete")
end function
function startComicInitial()
@ -140,6 +142,7 @@ function startComicInitial()
end function
function getcomic()
?m.ct.comic
if m.ct.comic = invalid then
m.title.text = "For some reason, that failed."