rimrs 0.1.4

RimWorld mod manager
Documentation
1
2
3
4
5
6
7
8
9
10
// default font doesn't seem to support these?

// pub const ARROW_UP: &str = "🠕"; // U+1F815
// pub const ARROW_DOWN: &str = "🠗"; // U+1F817

// pub const ARROW_UP: &str = "â–²";
// pub const ARROW_DOWN: &str = "â–¼";

pub const ARROW_UP: &str = "U";
pub const ARROW_DOWN: &str = "D";