diff options
| author | tslil clingman <> | 2021-09-16 13:02:52 -0400 |
|---|---|---|
| committer | tslil clingman <> | 2021-09-16 13:04:19 -0400 |
| commit | ff054cad993bb89a2179358a71681ce45a9cccf3 (patch) | |
| tree | e740ce78a90085886479481cedaa1a68ae15ff86 /src | |
| parent | d89f038b7a5eb42dd48d729d8808747d5cbc182b (diff) | |
Corrected movement
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.zig | 2 | ||||
| -rw-r--r-- | src/player.zig (renamed from src/raycast.zig) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/main.zig b/src/main.zig index ec47f86..dc8b2b9 100644 --- a/src/main.zig +++ b/src/main.zig @@ -25,7 +25,7 @@ const isKeyPressed = sf.window.keyboard.isKeyPressed; const std = @import("std"); const constants = @import("constants.zig"); -const raycast = @import("raycast.zig"); +const raycast = @import("player.zig"); const level = @import("level.zig"); pub fn main() !void { diff --git a/src/raycast.zig b/src/player.zig index 6082b74..6082b74 100644 --- a/src/raycast.zig +++ b/src/player.zig |
