Skip to content

Commit

Permalink
Update amoguspygame.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPudgino authored Sep 19, 2023
1 parent 6e7ce1b commit fd519b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amoguspygame.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
import numpy as np
Map = []
DepthBuffer = []
MapWidth = 500
MapHeight = 500
MapWidth = 400
MapHeight = 400
CamOffsetX = MapWidth/2
CamOffsetY = MapHeight/2
CamOffsetZ = MapWidth * 0.35#0.156
Expand Down

0 comments on commit fd519b8

Please sign in to comment.