This file contains hidden or 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
| { | |
| "$type": "community.lexicon.badge.definition", | |
| "title": "Cool Achievement", | |
| "description": "This is what this thing is fooooooor.", | |
| "appearanceLexicons": [ | |
| { "uri": "at://did:web:gamesgamesgamesgames.games/com.atproto.lexicon.schema/games.gamesgamesgamesgames.badge.appearance" } | |
| ] | |
| } |
This file contains hidden or 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
| { | |
| "id": "community.lexicons.i18n.defs", | |
| "defs": { | |
| "main": { | |
| "type": "record", | |
| "record": { | |
| "type": "object", | |
| "properties": { | |
| "did": { "type": "string", "format": "did" }, | |
| "translations": { |
This file contains hidden or 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
| // Module imports | |
| import { | |
| ExtensionType, | |
| type LoaderParser, | |
| LoaderParserPriority, | |
| } from 'pixi.js' | |
| import { | |
| BaseDirectory, | |
| exists, | |
| readFile, |
This file contains hidden or 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
| type UnknownArgs = Array<unknown> | |
| type UnknownCallback = (...args: Array<unknown>) => unknown | |
| export class ExecutionCache { | |
| /** The string used to separate keys in a cache combined key. */ | |
| #cacheKeySeparator = '::' | |
| /** Stores all cache items. */ | |
| #cache: Map<string, unknown> = new Map |
This file contains hidden or 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
| export function Player() { | |
| const { | |
| positionX, | |
| positionY, | |
| velocityX, | |
| velocityY, | |
| } = useStore(store) | |
| const [isFlipped, setIsFlipped] = useState(false) |
This file contains hidden or 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
| // Fragment shader | |
| // Uniforms | |
| uniform vec2 u_resolution; | |
| uniform vec2 u_mouse; | |
| uniform float u_time; | |
| uniform vec4 u_colors[2]; | |
| uniform float u_intensity; | |
| uniform float u_rays; | |
| uniform float u_reach; |
This file contains hidden or 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
| import { | |
| Container, | |
| Graphics, | |
| } from 'pixi.js' | |
| import { useExtend } from '@pixi/react' | |
| export default function Enemy() { | |
| useExtend({ | |
| Container, | |
| Graphics, |
This file contains hidden or 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
| title: greeting | |
| position: -4,-239 | |
| --- | |
| Alastair Reid: Well hello there! I've brought your daily supplies! | |
| You: Thank you, Alastair. | |
| Alastair Reid: Have you heard the news going through town? | |
| -> No, please do tell! | |
| <<jump no>> |
This file contains hidden or 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
| # Intro Cinematic | |
| EXT. DARK FOREST - DUSK | |
| The scene is black. | |
| INNKEEPER (V.O.) | |
| My grandfather was a carpenter. He built the inn as a refuge for our family, but it quickly became so much more. | |
| CUT TO: |
This file contains hidden or 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
| { | |
| "parents": { | |
| "primary": "Cindy Huel", | |
| "secondary": "Edmond Jacobi-Jerde" | |
| }, | |
| "children": [ | |
| { | |
| "parents": { | |
| "primary": "Georgia Hegmann III", | |
| "secondary": "Penny Rodriguez Sr." |
NewerOlder