MCPcopy Create free account
hub / github.com/LarsDu/StarRust / build

Method build

src/game/background.rs:6–8  ·  view source on GitHub ↗
(&self, app: &mut App)

Source from the content-addressed store, hash-verified

4
5impl Plugin for BackgroundPlugin {
6 fn build(&self, app: &mut App) {
7 app.add_systems(OnEnter(AppState::InGame), (setup_lights, setup_starfield));
8 }
9}
10
11pub fn setup_lights(mut commands: Commands) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected