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:
parent
20f1ccb460
commit
5af2429ecb
14 changed files with 465 additions and 36 deletions
|
|
@ -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 = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue