Friday, April 24, 2015

Project updates-new textures added, issues with touchscreen input..

     I have added some new textures to the project I found online. They had to be also added to json file and a new file had to be saved and some names changed as well. Then I have used one of the texture to create doors as well- firstly I created a rectangle shaped doors with oval edges at the top and modified it until I got the result I wanted after that I've added a knob and I filled the shape with appropriate colours (that would match diamond colours) with low level of alpha channel so the texture can be seen a little to make the doors look better.

Current look&feel of tutorial level.
     For the last couple weeks I have been trying to work on touch input for my Phaser game. Unfortunately it seems to be much more difficult to implement than I though. I have tried coming up with my own maths for pointer creation and using those to control the character-when I finally got it working it was not accurate enough.. So I thought I could try out Phaser's virtual joystick stuff, but unfortunately I couldn't got that working and googling the errors did not help at all.. Lastly I tried following a tutorial and adapting bits of the code I needed to my project. This did not seem no work as well even though I fixed all thrown errors..

No comments:

Post a Comment