~starkingdoms/starkingdoms

a428f5fef8762c1c877688125cdc88bc2f5719be — ghostly_zsh 5 months ago 5661159
probably a nothing commit
M crates/unified/assets/config/world.wc.toml => crates/unified/assets/config/world.wc.toml +1 -1
@@ 10,4 10,4 @@ default_mass = 100

[hearty]
thrust = 50000
spawn_at = "Earth"
\ No newline at end of file
spawn_at = "Sun"

A crates/unified/src/client/particles/mod.rs => crates/unified/src/client/particles/mod.rs +0 -0
M crates/unified/src/lib.rs => crates/unified/src/lib.rs +1 -0
@@ 18,6 18,7 @@ pub use wasm_entrypoint::*;
pub mod client;
pub mod client_plugins;
pub mod config;
pub mod particles;
pub mod ecs;
#[cfg(all(not(target_arch = "wasm32"), feature = "native"))]
pub mod server;

A crates/unified/src/particles.rs => crates/unified/src/particles.rs +0 -0