speech bubbles and delays
This commit is contained in:
@@ -5,7 +5,7 @@ use crate::font::FontSpec;
|
||||
use crate::glyph::Glyph;
|
||||
use crate::log::LogLine;
|
||||
use crate::object_def::ObjectDef;
|
||||
use crate::script::Direction;
|
||||
use crate::utils::Direction;
|
||||
use crate::utils::{ObjectId, Player, PortalDef, Solid};
|
||||
|
||||
/// The complete state of one game board (a single room or screen).
|
||||
@@ -318,7 +318,7 @@ pub(crate) mod tests {
|
||||
use crate::archetype::Archetype;
|
||||
use crate::glyph::Glyph;
|
||||
use crate::object_def::ObjectDef;
|
||||
use crate::script::Direction;
|
||||
use crate::utils::Direction;
|
||||
use crate::utils::{ObjectId, Player, Solid};
|
||||
use super::Board;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user