Skip to content

Commit

Permalink
Feat(surfaces): Add default book string, make more configurable later
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Feb 27, 2024
1 parent 074cbba commit d3401ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/surfaces.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
pub const MAP_SCALE: f32 = 2.;

pub const BOOK_START_DEFAULT: &str =
"<DIV ALIGN=\"LEFT\"><FONT COLOR=\"000000\" SIZE=\"3\" FACE=\"Magic Cards\"><BR>";

pub mod colors {
pub const SKY: [f32; 3] = [1., 0., 1.];
pub const WATER: [f32; 3] = [0., 0., 1.];
Expand Down

0 comments on commit d3401ac

Please sign in to comment.