mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
fd4589d8df
# Objective - Current config file is hard to extend ## Solution - Instead of an hard coded list of field, the file now has a list of `(frame, event)`, and will deal with know events (exiting or taking a screenshot), or send an event for others that can be dealt by third party plugins
5 lines
48 B
Text
5 lines
48 B
Text
(
|
|
events: [
|
|
(100, AppExit),
|
|
]
|
|
)
|