diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2017-10-14 15:34:53 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2017-10-14 15:34:53 +0200 |
commit | bb0a7bfe31714ff56ce1c1ce428cdf240804db14 (patch) | |
tree | b5c5137f80443343e9d46bda3c7b96c777142181 /src/main.cpp | |
parent | b0edfd3fa2ad078677d43b743fdb78e5af52e99a (diff) |
Oriented sprites and the human sprite.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index e9a3301..4aa234c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -19,6 +19,7 @@ int main() window.setVerticalSyncEnabled(true); + game::load_assets(); game.start(); while (1) { |