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

9 lines
106 B
Text
Raw Normal View History

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