bevy/.github/example-run/breakout.ron

10 lines
133 B
Text
Raw Normal View History

(
setup: (
fixed_frame_time: Some(0.03),
),
events: [
(200, Screenshot),
(900, AppExit),
]
)