forked from genewildish/Mainline
fix(presets): set pygame as default display in pipeline presets
This commit is contained in:
@@ -70,7 +70,7 @@ DEMO_PRESET = PipelinePreset(
|
|||||||
name="demo",
|
name="demo",
|
||||||
description="Demo mode with effect cycling and camera modes",
|
description="Demo mode with effect cycling and camera modes",
|
||||||
source="headlines",
|
source="headlines",
|
||||||
display="terminal",
|
display="pygame",
|
||||||
camera="vertical",
|
camera="vertical",
|
||||||
effects=["noise", "fade", "glitch", "firehose", "hud"],
|
effects=["noise", "fade", "glitch", "firehose", "hud"],
|
||||||
)
|
)
|
||||||
@@ -79,7 +79,7 @@ POETRY_PRESET = PipelinePreset(
|
|||||||
name="poetry",
|
name="poetry",
|
||||||
description="Poetry feed with subtle effects",
|
description="Poetry feed with subtle effects",
|
||||||
source="poetry",
|
source="poetry",
|
||||||
display="terminal",
|
display="pygame",
|
||||||
camera="vertical",
|
camera="vertical",
|
||||||
effects=["fade", "hud"],
|
effects=["fade", "hud"],
|
||||||
)
|
)
|
||||||
@@ -115,7 +115,7 @@ FIREHOSE_PRESET = PipelinePreset(
|
|||||||
name="firehose",
|
name="firehose",
|
||||||
description="High-speed firehose mode",
|
description="High-speed firehose mode",
|
||||||
source="headlines",
|
source="headlines",
|
||||||
display="terminal",
|
display="pygame",
|
||||||
camera="vertical",
|
camera="vertical",
|
||||||
effects=["noise", "fade", "glitch", "firehose", "hud"],
|
effects=["noise", "fade", "glitch", "firehose", "hud"],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user