Drawing Map
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Drawing Map
Where in the source is the map pulled then drawn onto the canvas? In WorldRender.ts and ?
- a_bertrand
- Posts: 1536
- Joined: Mon Feb 25, 2013 1:46 pm
Re: Drawing Map
You identified the most important one:
https://github.com/alain-bertrand/Dot-W ... dRender.ts
There is also the particles:
https://github.com/alain-bertrand/Dot-W ... /Particles
And the actors:
https://github.com/alain-bertrand/Dot-W ... vingActors
https://github.com/alain-bertrand/Dot-W ... dRender.ts
There is also the particles:
https://github.com/alain-bertrand/Dot-W ... /Particles
And the actors:
https://github.com/alain-bertrand/Dot-W ... vingActors
Creator of Dot World Maker
Mad programmer and annoying composer
Mad programmer and annoying composer
- hallsofvallhalla
- Site Admin
- Posts: 12026
- Joined: Wed Apr 22, 2009 11:29 pm
Re: Drawing Map
awesome thanks!