-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9eb1e00
commit faedc88
Showing
8 changed files
with
584 additions
and
3 deletions.
There are no files selected for viewing
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+15.5 KB
public/catalog/creators/gamenomicon/tension-engine/images/tension-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+9.53 KB
public/catalog/creators/gamenomicon/tension-engine/images/tension-spring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
553 changes: 553 additions & 0 deletions
553
public/catalog/creators/gamenomicon/tension-engine/index.md
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
public/catalog/creators/gamenomicon/tension-engine/index.ts
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,20 @@ | ||
import { IProjectData } from "public/catalog/loader"; | ||
|
||
export default function getData(): IProjectData { | ||
return { | ||
name: "Tension Engine", | ||
description: | ||
"Toolkit to wind your own games with tension, creating cinematic pacing of the environment and exciting breaks.", | ||
license: "CC BY 4.0", | ||
links: { | ||
"itch.io": "https://gamenomicon.itch.io/tension-engine-srd", | ||
}, | ||
headingFont: "Oswald", | ||
headingUppercase: true, | ||
textFont: "Quattrocento", | ||
css: ` | ||
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;700&display=swap'); | ||
@import url('https://fonts.googleapis.com/css2?family=Quattrocento:wght@400;700&display=swap'); | ||
`, | ||
}; | ||
} |