index
:
MyBeatemup
master
Godot Beatemup tutorial by gamedev tavern implemented in C/Raylib
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
physics.h
blob: 8c50fb4172ef1b210ae9fcbecb9d6326aacf5688 (
plain
)
1
2
3
4
5
#pragma once #include "game.h" void MoveAndSlide(Entity* e, float dt);