Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seldom-SE/seldom_state
/ Falling
Class
Falling
examples/input.rs:89–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
#[derive(Clone, Component, Reflect)]
88
#[component(storage =
"SparseSet"
)]
89
struct Falling {
90
velocity: f32,
91
}
92
93
const PLAYER_SPEED: f32 = 200.;
94
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected