Hardtail Posted September 27, 2014 Share Posted September 27, 2014 Hi guys, I want to start working on my game. I understand that you have to use tiles to load images for the background, objects, etc. Can I paint my scene instead of creating everything pixel by pixel? Thanks very much! Link to comment Share on other sites More sharing options...
nkholski Posted September 27, 2014 Share Posted September 27, 2014 Don't know if I understand you correctly but if you want to paint/draw the scene without repeating tiles you could just add the image (add.image()) I guess. If I would do this and needed collision detection I would add my painting as a image layer in Tiled to guide me when making a (non-rendered) collision layer on top of it. valueerror 1 Link to comment Share on other sites More sharing options...
Robske Posted September 29, 2014 Share Posted September 29, 2014 What do you want to paint? In the end, it's all 'pixel by pixel' anyway.Phaser gives you the possibility to abstract the dirty job of kepping track of everything. If you just want to 'paint' on a canvas, you could use that instead. Not sure what your intentions are. Care to elaborate? Link to comment Share on other sites More sharing options...
Recommended Posts