From: drumsetmonkey Date: Wed, 7 Oct 2015 12:35:51 +0000 (-0400) Subject: Added walking animation to player X-Git-Url: https://code.bitgloo.com/?a=commitdiff_plain;h=4244e4e535bcc2690e96468c4ac688a8a6002e2e;p=clyne%2Fgamedev.git Added walking animation to player --- diff --git a/assets/player1.png b/assets/player1.png new file mode 100644 index 0000000..5d8fbc6 Binary files /dev/null and b/assets/player1.png differ diff --git a/assets/player2.png b/assets/player2.png new file mode 100644 index 0000000..7f14884 Binary files /dev/null and b/assets/player2.png differ diff --git a/out/Quest.o b/out/Quest.o new file mode 100644 index 0000000..50fd936 Binary files /dev/null and b/out/Quest.o differ diff --git a/out/common.o b/out/common.o new file mode 100644 index 0000000..044750a Binary files /dev/null and b/out/common.o differ diff --git a/out/entities.o b/out/entities.o new file mode 100644 index 0000000..2fe8908 Binary files /dev/null and b/out/entities.o differ diff --git a/out/gameplay.o b/out/gameplay.o new file mode 100644 index 0000000..6894853 Binary files /dev/null and b/out/gameplay.o differ diff --git a/out/inventory.o b/out/inventory.o new file mode 100644 index 0000000..559aff1 Binary files /dev/null and b/out/inventory.o differ diff --git a/out/ui.o b/out/ui.o new file mode 100644 index 0000000..73dddad Binary files /dev/null and b/out/ui.o differ diff --git a/out/world.o b/out/world.o new file mode 100644 index 0000000..6f79983 Binary files /dev/null and b/out/world.o differ