Outline some modules for coming steps
The UI parts will end up in "widgets.rs". Buttons, labels, etc. The "contsants.rs" module is meant to have compile-time configurables. Bevy's reflection abilities make it possible to alter these at runtime, which means this module will actually have the startup defaults rather than true program constants.
This commit is contained in:
1
src/widgets.rs
Normal file
1
src/widgets.rs
Normal file
@@ -0,0 +1 @@
|
||||
//! Catch-all location for UI bits
|
||||
Reference in New Issue
Block a user