krgauthi / Broids

3 stars 2 forks source link

Add more advanced teleportation #92

Closed belak closed 11 years ago

belak commented 11 years ago

Add a method of moving the entity, with more of the physics exposed.

See entity.go for a list of what will be sent, and thus, what we need to change.

ejrinkus commented 11 years ago

Ok, I pushed the changes I made to Entity.java into my branch. Check it and let me know if that was what you had in mind for the method (there is now a second teleport method). All I did was take the info you are sending me, and redo the code that was already in teleport using what you are sending as parameters. Let me know if there is any extra functionality you need aside from what I did.