From 4244e4e535bcc2690e96468c4ac688a8a6002e2e Mon Sep 17 00:00:00 2001 From: drumsetmonkey Date: Wed, 7 Oct 2015 08:35:51 -0400 Subject: Added walking animation to player --- assets/player1.png | Bin 0 -> 586 bytes assets/player2.png | Bin 0 -> 590 bytes out/Quest.o | Bin 0 -> 32596 bytes out/common.o | Bin 0 -> 2188 bytes out/entities.o | Bin 0 -> 93800 bytes out/gameplay.o | Bin 0 -> 43748 bytes out/inventory.o | Bin 0 -> 3156 bytes out/ui.o | Bin 0 -> 9844 bytes out/world.o | Bin 0 -> 37540 bytes 9 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 assets/player1.png create mode 100644 assets/player2.png create mode 100644 out/Quest.o create mode 100644 out/common.o create mode 100644 out/entities.o create mode 100644 out/gameplay.o create mode 100644 out/inventory.o create mode 100644 out/ui.o create mode 100644 out/world.o 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 -- cgit v1.2.3