nmbr73 / Fetch-n-Fuse

MIT License
3 stars 0 forks source link

Float numbers in defines #6

Open J-i-P-i opened 2 years ago

J-i-P-i commented 2 years ago

Float numbers in defines are not corrected by the regex

define NB 10000.

define SENSE_ANGLE 15.

define SENSE_DIST 5.

define SENSE_SIZE 3.

define SPEED 2.5

define SCENT_INTENSITY .9

define SCENT_DECAY .001

define SCENT_DESPERSION .1

define SCREEN_X 450.

define SCREEN_Y 450.

nmbr73 commented 2 years ago

Branch https://github.com/nmbr73/Fetch-n-Fuse/tree/issue-6 created.