Compare commits

..

No commits in common. "master" and "v0.1-alpha" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View File

@ -1,7 +1,4 @@
# 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.
@ -15,9 +12,9 @@ Plans:
• GSN? • GSN?
• GS2 Compatibility • GS2 Compatibility or some shiet
• A nice, clean GUI • A clean, nice menu
• GAMES • GAMES

View File

@ -14,11 +14,13 @@ 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 a generation.") centerSlow(3,"The last of it's 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")