Compare commits
3 Commits
v0.1-alpha
...
master
Author | SHA1 | Date |
---|---|---|
![]() |
8b5179a801 | |
![]() |
c562805a7d | |
![]() |
4194ac93b6 |
|
@ -1,4 +1,7 @@
|
||||||
|
# This project has been terminated. Thank you for supporting GSX.
|
||||||
|
|
||||||
# GSX
|
# GSX
|
||||||
|
|
||||||
GameStation X. The last of a generation.
|
GameStation X. The last of a generation.
|
||||||
|
|
||||||
To cap off a generation of enjoyment, we have put one last console in the line of GameStations.
|
To cap off a generation of enjoyment, we have put one last console in the line of GameStations.
|
||||||
|
@ -12,9 +15,9 @@ Plans:
|
||||||
|
|
||||||
• GSN?
|
• GSN?
|
||||||
|
|
||||||
• GS2 Compatibility or some shiet
|
• GS2 Compatibility
|
||||||
|
|
||||||
• A clean, nice menu
|
• A nice, clean GUI
|
||||||
|
|
||||||
• GAMES
|
• GAMES
|
||||||
|
|
||||||
|
|
|
@ -14,13 +14,11 @@ function centerSlow(y,string)
|
||||||
textutils.slowPrint(string)
|
textutils.slowPrint(string)
|
||||||
end
|
end
|
||||||
|
|
||||||
-- now for the startup
|
|
||||||
|
|
||||||
term.setBackgroundColour(colours.lightGrey)
|
term.setBackgroundColour(colours.lightGrey)
|
||||||
term.setTextColour(colours.black)
|
term.setTextColour(colours.black)
|
||||||
term.clear()
|
term.clear()
|
||||||
centerSlow(2,"Welcome to GameStation X.")
|
centerSlow(2,"Welcome to GameStation X.")
|
||||||
centerSlow(3,"The last of it's generation.")
|
centerSlow(3,"The last of a generation.")
|
||||||
centerSlow(4,"By Revolution and Game Fusion.")
|
centerSlow(4,"By Revolution and Game Fusion.")
|
||||||
sleep(2)
|
sleep(2)
|
||||||
shell.run("/GSX/Menu")
|
shell.run("/GSX/Menu")
|
||||||
|
|
Loading…
Reference in New Issue