MCPcopy Create free account
hub / github.com/CleanCut/invaders / level.rs

File level.rs

src/level.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use crate::frame::{Drawable, Frame};
2
3const MAX_LEVEL: u8 = 3;
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected