]> code.bitgloo.com Git - clyne/gamedev2.git/commit
added player system; player moves left and right
authortcsullivan <tullivan99@gmail.com>
Sun, 1 Sep 2019 16:56:49 +0000 (12:56 -0400)
committertcsullivan <tullivan99@gmail.com>
Sun, 1 Sep 2019 16:56:49 +0000 (12:56 -0400)
commite7fee98e0ee15665b40b383baf925356bb81f20d
tree1542a5d0af9fb33d4477d62f07f2c9b8c037d49c
parent86e07cc6860b01c1569645e858ea8e9235d5194e
added player system; player moves left and right
Makefile
Scripts/init.lua
src/components/Component.hpp
src/components/Player.hpp [new file with mode: 0644]
src/engine.cpp
src/player.cpp [new file with mode: 0644]
src/player.hpp [new file with mode: 0644]
src/script.cpp