mirror of
https://github.com/bevyengine/bevy
synced 2024-11-22 04:33:37 +00:00
13 lines
273 B
Text
13 lines
273 B
Text
|
(
|
||
|
events: [
|
||
|
(100, Screenshot),
|
||
|
(200, Custom("switch_scene")),
|
||
|
(300, Screenshot),
|
||
|
(400, Custom("switch_scene")),
|
||
|
(500, Screenshot),
|
||
|
(600, Custom("switch_scene")),
|
||
|
(700, Screenshot),
|
||
|
(800, AppExit),
|
||
|
]
|
||
|
)
|