diff options
| author | troido <troido@protonmail.com> | 2020-03-02 12:02:54 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2020-03-02 12:02:54 +0100 |
| commit | 27c0795fb70739ce5609a0f424d80491d4a8c5a1 (patch) | |
| tree | 1a6ab802edb717a42ca67a8d997cf960d7f4f5ed /src/resources | |
| parent | d246537a28a7a71dfb2487d31d6fac3ccab5053d (diff) | |
added monster ai
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/ground.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/ground.rs b/src/resources/ground.rs index b8c6b5a..a5f4c00 100644 --- a/src/resources/ground.rs +++ b/src/resources/ground.rs @@ -40,4 +40,5 @@ impl Ground { ); entities } + } |
