Devination / VerletKha

A simple 2D Verlet physics engine written in Haxe and Kha. Port of verlet-js.
http://www.devination.com/p/verletkha.html
MIT License
41 stars 4 forks source link

[REQUEST] to be able to hide the white circle on objects #3

Closed lewislepton closed 8 years ago

lewislepton commented 8 years ago

just to allow you to hide the white circle that shows that you can pick/move an object/entity

Devination commented 8 years ago

Added on the Rendering Trello card

Devination commented 8 years ago

Renderer.Instance.highlightNearest = false;

lewislepton commented 8 years ago

what can be done to even stop the dragging?

lewislepton commented 8 years ago

and thank you. works great ;)

Devination commented 8 years ago

what can be done to even stop the dragging?

You can add this to your khafile.js: project.addDefine('noDragger');

Sorry for the late reply, I haven't been getting email notifications about issues on this project.