uheartbeast / 3d-dungeon

MIT License
94 stars 25 forks source link

walk and walls management #1

Closed JeffVenancius closed 2 years ago

JeffVenancius commented 2 years ago

Instead of hiding the walls, I thought it was better to delete them. Also, I've refactored the walking system and set it on a timer. Since it's a kind of movement that it doesn't ask for too much input, I think it makes sense - maybe we could link that timer to the tween (?) Anyway, thanks for your project, I love this kind of games!

uheartbeast commented 2 years ago

Thanks! I like the changes.