]> git.lizzy.rs Git - shadowclad.git/commit
Implement transform math to rotate movement direction
authoroutfrost <kotlet.bahn@gmail.com>
Wed, 3 Jun 2020 23:00:46 +0000 (01:00 +0200)
committeroutfrost <kotlet.bahn@gmail.com>
Wed, 3 Jun 2020 23:00:46 +0000 (01:00 +0200)
commit065f63e66da877e54405052f6d64359c78ddfe18
treeb3910d5979e4b5309efc5806f364cfb2936cfe33
parent8db797f0a1546a6c38876345f30d0d60db5bf5cb
Implement transform math to rotate movement direction
Makefile
src/engine/geometry.c
src/engine/geometry.h
src/engine/input.c [new file with mode: 0644]
src/engine/input.h [new file with mode: 0644]
src/game/player.c
src/game/player.h