Skip to content

Commit

Permalink
DirectX12 Collision
Browse files Browse the repository at this point in the history
  • Loading branch information
moonwho101 committed Sep 18, 2024
1 parent b3fe760 commit b758860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/GameLogic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ int monstertype[1000];
int monsterangle[1000];
int monsterobject[1000];
int trueplayernum = 0;
int numberofsquares = 11;
int numberofsquares = 14;
float monsterdist = 150.0f;
D3DVERTEX2 showview[10];
DOORS door[200];
Expand Down

0 comments on commit b758860

Please sign in to comment.