iamthetoaster / VectorKart

Web implementation of pen and paper racetrack game.
MIT License
2 stars 0 forks source link

Draw map #51

Closed iamthetoaster closed 4 months ago

iamthetoaster commented 4 months ago

Added some functions for passing an array to generate a prefab for the map, which can be used to instantiate a map render object. There's a dirty example of using said functions in GameController.start()