Certification
This commit is contained in:
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
BIN
images/channel-poster_sd.png~
Executable file
Binary file not shown.
After Width: | Height: | Size: 17 KiB |
4
manifest
4
manifest
|
@ -5,10 +5,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
## Channel Details
|
## Channel Details
|
||||||
title=Unofficial XKCD Reader for Roku®
|
title=Unofficial XKCD Reader
|
||||||
major_version=1
|
major_version=1
|
||||||
minor_version=0
|
minor_version=0
|
||||||
build_version=00001
|
build_version=00005
|
||||||
|
|
||||||
## Channel Assets
|
## Channel Assets
|
||||||
### Main Menu Icons / Channel Poster Artwork
|
### Main Menu Icons / Channel Poster Artwork
|
||||||
|
|
Binary file not shown.
|
@ -7,6 +7,7 @@ sub Main()
|
||||||
|
|
||||||
scene = screen.CreateScene("BigScene")
|
scene = screen.CreateScene("BigScene")
|
||||||
screen.show()
|
screen.show()
|
||||||
|
m.currentScene = scene
|
||||||
|
|
||||||
while(true)
|
while(true)
|
||||||
msg = wait(0, m.port)
|
msg = wait(0, m.port)
|
||||||
|
|
|
@ -124,6 +124,8 @@ function getNewestComicLol()
|
||||||
m.getLatestComicTask.comicid = ""
|
m.getLatestComicTask.comicid = ""
|
||||||
m.getLatestComicTask.observeField("comic", "startComicInitial")
|
m.getLatestComicTask.observeField("comic", "startComicInitial")
|
||||||
m.getLatestComicTask.control = "RUN"
|
m.getLatestComicTask.control = "RUN"
|
||||||
|
|
||||||
|
m.currentScene.signalBeacon("AppLaunchComplete")
|
||||||
end function
|
end function
|
||||||
|
|
||||||
function startComicInitial()
|
function startComicInitial()
|
||||||
|
@ -140,6 +142,7 @@ function startComicInitial()
|
||||||
end function
|
end function
|
||||||
|
|
||||||
function getcomic()
|
function getcomic()
|
||||||
|
|
||||||
?m.ct.comic
|
?m.ct.comic
|
||||||
if m.ct.comic = invalid then
|
if m.ct.comic = invalid then
|
||||||
m.title.text = "For some reason, that failed."
|
m.title.text = "For some reason, that failed."
|
||||||
|
|
Loading…
Reference in a new issue