forked from NotAShelf/rogged
refactor(movement): generalize movement and use vectors
This commit is contained in:
parent
1d738c35d4
commit
d01a54161d
9 changed files with 134 additions and 85 deletions
|
|
@ -25,6 +25,7 @@ pub fn build(b: *std.Build) void {
|
|||
"src/main.c",
|
||||
"src/map.c",
|
||||
"src/player.c",
|
||||
"src/movement.c",
|
||||
"src/render.c",
|
||||
"src/rng.c",
|
||||
"src/settings.c",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue