Implement a global map of entities

Implement a global map of entities, which allows referencing by either
position or ID and updating the positions of existent entities, and put
the character in there.
This commit is contained in:
Griffin Smith 2019-07-08 20:58:51 -04:00
parent 20f1ccb460
commit 5af2429ecb
14 changed files with 465 additions and 36 deletions

View file

@ -5,8 +5,10 @@ authors = ["Griffin Smith <root@gws.fyi>"]
edition = "2018"
[dependencies]
backtrace = "0.3"
clap = {version = "^2.33.0", features = ["yaml"]}
config = "*"
downcast-rs = "^1.0.4"
itertools = "*"
lazy_static = "*"
log = "*"