lumina/test_presentation.ron
Chris Cochrun 45880c832a
Some checks are pending
/ test (push) Waiting to run
fixing ron_deserialize test for slides
2026-02-03 06:25:56 -06:00

37 lines
840 B
Text

[
(
id: 0,
background: Background(
path: "~/pics/frodo.jpg",
kind: Image
),
text: "This is Frodo",
font: "Quicksand",
font_size: 50,
stroke_size: 0,
stroke_color: None,
text_alignment: MiddleCenter,
video_loop: false,
video_start_time: 0.0,
video_end_time: 0.0,
pdf_index: 0,
),
(
id: 0,
background: Background(
path: "~/vids/test/chosensmol.mp4",
kind: Video
),
text: "This is Frodo",
font: "Quicksand",
font_size: 50,
stroke_size: 0,
stroke_color: None,
text_alignment: MiddleCenter,
video_loop: false,
video_start_time: 0.0,
video_end_time: 0.0,
pdf_index: 0,
)
]