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

10 lines
127 B
Text
Raw Normal View History

(
setup: (
frame_time: Some(0.03),
),
events: [
(100, Screenshot),
(300, AppExit),
]
)