feat: cumulus

This commit is contained in:
Dan Finch 2026-08-04 02:39:20 +02:00
parent fb89263930
commit b0878ad5e1
4 changed files with 136 additions and 47 deletions

View file

@ -62,7 +62,7 @@ export type RenderConfig = {
* sweep `perspectiveCorrect` 0 -> 0.5 -> 1 so you can watch the texture swim
* straighten out as you press through them. */
export namespace RenderConfig {
export const psxish: RenderConfig = {
export const standard: RenderConfig = {
internalWidth: 384,
internalHeight: 216,
upscaleFilter: "nearest",