the oryx-ening - zoom factor, and renderables refactor
currently extremely unfinished - half the sprites are gnomes, and tiles have no colours
This commit is contained in:
parent
8bb6a54a39
commit
44b0674b5a
30 changed files with 2150 additions and 650 deletions
|
|
@ -83,8 +83,8 @@ impl<'a> System<'a> for TurnStatusSystem {
|
|||
None,
|
||||
EffectType::Particle {
|
||||
glyph: to_cp437('!'),
|
||||
sprite: "gnome".to_string(), // FIXME: REMOVE THE GNOMES
|
||||
fg: RGB::named(LIGHT_BLUE),
|
||||
bg: RGB::named(BLACK),
|
||||
lifespan: 200.0,
|
||||
delay: 0.0,
|
||||
},
|
||||
|
|
@ -113,8 +113,8 @@ impl<'a> System<'a> for TurnStatusSystem {
|
|||
None,
|
||||
EffectType::Particle {
|
||||
glyph: to_cp437('?'),
|
||||
sprite: "gnome".to_string(), // FIXME: REMOVE THE GNOMES
|
||||
fg: RGB::named(MAGENTA),
|
||||
bg: RGB::named(BLACK),
|
||||
lifespan: 200.0,
|
||||
delay: 0.0,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue