Chirp use
statement
#73
Labels
C-chirp
relates to the cuicui_chirp file format crate specifically
C-dsl
relates to the cuicui_dsl crate specifically
T-enhancement
New feature or request
Currently nothing prevents someone from loading a chirp file within another chirp files.
But to make it more ergonomic, we should add a direct way of doing it.
use scene_file
Then,
scene_file
can be called like a template with zero arguments:scene_file!()
. In addition, it should be possible to use templates defined in other files with ause scene_file/specific_template
, then callingspecific_template!(…)
.Would load in-line
scene_file.chirp
.Ideally we'd check that:
This is blocked on bevy 0.12 asset v2
The text was updated successfully, but these errors were encountered: