generated from hazzard993/love-typescript-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master'
- Loading branch information
Showing
20 changed files
with
212 additions
and
26 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
import { LevelAnnotationFlag, LevelDefinition } from "../models"; | ||
import { glitchy, serious, teach } from "./terminalTalk"; | ||
|
||
export const creditsLevel: LevelDefinition = { | ||
layout: [ | ||
"*#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*#", | ||
"|# . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . . . . . .*# . . . . .*# . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . . . . . .~~ . . . . .~~ . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . . . . . .~~ . . . . .~~ . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . . . . . .~~ . . . . .~~ . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . . . . . .~~~~~~~~~~~~~~ . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . .*# . . . . . .~~ . . . . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . .*# . . . . . .~~ . . . . . . . . . . . . . . . . . . . . . . . . . . .|#", | ||
"|# . . .-#-#-#-#-#-#-#-#-#-#-#-#-#-#~~~~~~-#-#-#-#-#-#*# . . . . ! ! ! ! ! ! !|#", | ||
"|# . . . . . . . . . . . . T . . . . . . . . . . . . .|# . . . . ! ! ! ! ! ! !|#", | ||
"|# . . . . . . . . . . . . . . . . . . . . . . . . . .|# . . . . ! ! ! ! ! ! !|#", | ||
"|# . . . . . . . . . . . . . . . . . . . . . . . . . .*#*#*#*# . ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _ _ _ _ _ _ _ . . . . . . . . . . . . . . .|# . . . . ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _ _ _ _ _ _ _ . . . . . . . . . . . . . . .|# . . . . ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _ _ _ _ _ _*# . . . . . . . . . . . . . . .*#*#*#*#*# ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _ _ _~~~~ _ _ . . . . . . . . . . . . . . . . . . . . ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _~~~~ _ _ _ _ .SS . . . . . . . . . . . . . . . . . . ! ! ! ! ! ! !|#", | ||
"|# _ _ _~~~~ _ _ _ _ _ _*#*#*# . . .*#*#*# . . . . .*#*#*#^^^^^^*#*#*# ! ! ! !|#", | ||
"|# _~~~~ _ _ _ _ _~~ _ _*#*#KK . . . .11 . . . . . .~~ . . . . . ! ! ! ! ! ! !|#", | ||
"|# _ _ _ _ _ _ _ _ _ _ _*#*#KK . . . .11 . . . . . .~~ . . . . . ! ! ! ! ! ! !|#", | ||
"*#-#-#-#-#-#-#-#-#-#KKKK-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#*#", | ||
], | ||
annotations: [ | ||
{ | ||
symbol: "T", // terminal top left | ||
physicalMode: "empty", | ||
glitchMode: "empty", | ||
flags: [LevelAnnotationFlag.terminal], | ||
terminal: { | ||
conversations: [], | ||
trackTags: [], | ||
generalMessages: [ | ||
// | ||
teach("Congratulations!"), | ||
teach("Thanks for playing Heat Death"), | ||
serious("Created by:"), | ||
glitchy("cromo - engine & graphics lead"), | ||
glitchy("zach - terminal & level lead"), | ||
glitchy("zeta0134 - engine & audio lead"), | ||
serious("For Ludum Dare 49 Game Jam"), | ||
teach("The End"), | ||
], | ||
}, | ||
}, | ||
], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.