MCPcopy Create free account
hub / github.com/JoshuaPostel/texaform / PauseMenuLayout

Class PauseMenuLayout

src/ui/pause_menu.rs:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13#[derive(Debug, Default)]
14pub struct PauseMenuLayout {
15 pub menu: Rect,
16}
17
18impl PauseMenuLayout {
19 pub fn new(width: u16, height: u16) -> PauseMenuLayout {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected