MCPcopy Create free account
hub / github.com/17cupsofcoffee/rl / MapTile

Class MapTile

src/resources.rs:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50
51#[derive(Clone)]
52pub struct MapTile {
53 pub color: Color,
54 pub solid: bool,
55}
56
57impl MapTile {
58 const WALL: MapTile = MapTile {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected