feat: robins

This commit is contained in:
Dan Finch 2026-08-07 13:37:30 +02:00
parent a4490f7a20
commit bd88d3cbd6
12 changed files with 159 additions and 54 deletions

View file

@ -57,8 +57,8 @@ export type RenderConfig = {
* color depth, dither, vertex snap, and filtering from crunchy PS1 to clean. */
export namespace RenderConfig {
export const standard: RenderConfig = {
internalWidth: 384,
internalHeight: 216,
internalWidth: 640,
internalHeight: 360,
upscaleFilter: "nearest",
colorDepth: 5,
dither: 1,