Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Fix door logic, off by 1 error | Steph Enders | |
We were popping the door from the vector and then referencing it by it's index which meant we'd always reference the WRONG door |
index : senders/dng | |
dng is a maze/puzzle game and engine. Design and work your way through your own game avoiding enemies and finding treasture |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-17 | Fix door logic, off by 1 error | Steph Enders | |
We were popping the door from the vector and then referencing it by it's index which meant we'd always reference the WRONG door |