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: b393d08820f06bb3c4e28a7dbee37af555d95c60 (
plain
)
1
2
3
4
5
#pragma once #include "game.h" void MoveAndSlide(Entity* e, float dt);