DCurrent / openbor

OpenBOR is the ultimate 2D side scrolling engine for beat em' ups, shooters, and more!
http://www.chronocrash.com
BSD 3-Clause "New" or "Revised" License
926 stars 124 forks source link

Antigravity Script Fix #174

Closed msmalik681 closed 5 years ago

msmalik681 commented 5 years ago

Small fix to allow antigravity value to be changed by script as a intiger value 0-100 rather then a float value like 0.00-0.100

DCurrent commented 5 years ago

Sorry @msmalik681, I appreciate the idea, but I can't approve this. We intentionally avoid sanitizing input values when using script. Otherwise it would defeat one of the purposes of script (working directly with the real values). It also leads to confusion and maintenance headaches in the long term.