Compare commits

...

3 Commits

Author SHA1 Message Date
TheMrIron2 8b5179a801
Fix typo
>last of it's generation
2018-09-20 11:10:16 +01:00
TheMrIron2 c562805a7d
Minor fixes - fix broken markdown 2018-06-21 09:33:09 +01:00
TheMrIron2 4194ac93b6 Project Terminated
GameStation X has been terminated and development will cease.

Reason: No time or demand to develop for it
2016-03-18 22:44:48 +00:00
2 changed files with 6 additions and 5 deletions

View File

@ -1,4 +1,7 @@
# This project has been terminated. Thank you for supporting GSX.
# GSX
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.
@ -12,9 +15,9 @@ Plans:
• GSN?
• GS2 Compatibility or some shiet
• GS2 Compatibility
• A clean, nice menu
• A nice, clean GUI
• GAMES

View File

@ -14,13 +14,11 @@ function centerSlow(y,string)
textutils.slowPrint(string)
end
-- now for the startup
term.setBackgroundColour(colours.lightGrey)
term.setTextColour(colours.black)
term.clear()
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.")
sleep(2)
shell.run("/GSX/Menu")