]> code.bitgloo.com Git - clyne/gamedev.git/commitdiff
Added walking animation to player
authordrumsetmonkey <abelleisle@roadrunner.com>
Wed, 7 Oct 2015 12:35:51 +0000 (08:35 -0400)
committerdrumsetmonkey <abelleisle@roadrunner.com>
Wed, 7 Oct 2015 12:35:51 +0000 (08:35 -0400)
assets/player1.png [new file with mode: 0644]
assets/player2.png [new file with mode: 0644]
out/Quest.o [new file with mode: 0644]
out/common.o [new file with mode: 0644]
out/entities.o [new file with mode: 0644]
out/gameplay.o [new file with mode: 0644]
out/inventory.o [new file with mode: 0644]
out/ui.o [new file with mode: 0644]
out/world.o [new file with mode: 0644]

diff --git a/assets/player1.png b/assets/player1.png
new file mode 100644 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
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 (file)
index 0000000..6f79983
Binary files /dev/null and b/out/world.o differ