コード例 #1
0
ファイル: StartScreen.cs プロジェクト: HyperTBoss/Alone
 private static void StartMenu()
 {
     PositionCursor.Textbox(new string[] {
         "Welcome, human. This adventure will be quite linear. I hope to remedy that in the future, but first; tell me your name...",
         "In 3 months or so. Or less then that. I need time to develop this. As it is now, it's quite unfinshed. This just needs to be realesed before the End of March.",
         "Now, I shall see you later."
     }, new Vector2D(PositionUpLeft.X + 5, PositionUpLeft.Y + 5), new Vector2D(PositionDownRight.X - 5, PositionDownRight.Y - 20), horizontalBuffer: 4, verticalBuffer: 5, userContinue: true, clearAfterParagrahp: false);
 }