blue tint
This commit is contained in:
parent
24db0b0e0f
commit
704dbb69f8
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,7 @@
|
|||
use super::{furniture::Furniture, grid::Grid};
|
||||
use crate::game::{self, ZLayer};
|
||||
use comfy::{
|
||||
draw_rect, draw_rect_outline, draw_sprite, error, random_i32, texture_id, vec2,
|
||||
EngineContext, HashSet, RandomRange as _, Vec2, GREEN, PURPLE, RED, WHITE
|
||||
draw_rect, draw_rect_outline, draw_sprite, error, random_i32, texture_id, vec2, EngineContext, HashSet, RandomRange as _, Vec2, BLUE, GREEN, PURPLE, RED, WHITE
|
||||
};
|
||||
use indexmap::IndexSet;
|
||||
|
||||
|
@ -465,7 +464,7 @@ impl Room {
|
|||
draw_sprite(
|
||||
texture,
|
||||
pos * SCALE,
|
||||
WHITE,
|
||||
BLUE,
|
||||
game::ZLayer::MagneticLayer as i32 + tile.z,
|
||||
tile.size * SCALE
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue