Hi,
I made a property in a pluggin (javascript) , but is integer, and I wish to use dot lile 1.04, and I dont no how declare this var as float or double.
Tks.
Develop games in your browser. Powerful, performant & highly capable.
If you mean properties for your plugin you can specify the type as integer or float:
https://www.scirra.com/manual/20/properties
Otherwise all numbers in javascript are double.