mirror of
https://github.com/Project-Redacted/Gayme.git
synced 2025-05-24 11:54:53 +00:00
Temporary level change
This commit is contained in:
parent
a32720cedb
commit
41a0ec665b
26 changed files with 81 additions and 28 deletions
|
@ -91,7 +91,7 @@ class RayCasting():
|
|||
|
||||
# Draw the ray for debugging
|
||||
if DEBUG_MODE:
|
||||
pg.draw.line(self.game.screen, 'blue', (ox * 100, oy * 100),
|
||||
pg.draw.line(self.game.screen, 'yellow', (ox * 100, oy * 100),
|
||||
(100 * ox + 100 * depth * cos_a, 100 * oy + 100 * depth * sin_a), 1)
|
||||
|
||||
# Remove fish-eye effect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue