config stuff to config folder
This commit is contained in:
parent
705a6bb1fb
commit
424bf43ed5
12 changed files with 20 additions and 15 deletions
|
|
@ -1,5 +1,4 @@
|
|||
use super::{
|
||||
ai::CARRY_CAPACITY_PER_STRENGTH,
|
||||
camera,
|
||||
gamelog,
|
||||
gamesystem,
|
||||
|
|
@ -34,6 +33,7 @@ use super::{
|
|||
Viewshed,
|
||||
BUC,
|
||||
};
|
||||
use crate::config::entity::CARRY_CAPACITY_PER_STRENGTH;
|
||||
use rltk::prelude::*;
|
||||
use specs::prelude::*;
|
||||
use std::collections::BTreeMap;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue