summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2017-10-14 15:34:53 +0200
committerPaweł Redman <pawel.redman@gmail.com>2017-10-14 15:34:53 +0200
commitbb0a7bfe31714ff56ce1c1ce428cdf240804db14 (patch)
treeb5c5137f80443343e9d46bda3c7b96c777142181 /src/main.cpp
parentb0edfd3fa2ad078677d43b743fdb78e5af52e99a (diff)
Oriented sprites and the human sprite.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
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) {