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
|
||||
|
||||
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
|
||||
|
||||
|
|
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue