Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Oh, I see. Yeah, shouldn't happen, but it makes sense. Float values can be funky in video games.

whats a float value

A float value is int values / numbers with more decimal point.

Integer: no decimal. 2, 18

Float: decimal. 0.3835

Long (not in GDScript): Integer, but can be a way bigger number. 

Double (not in GDScript): Float, but can be a way bigger number.

oh cool thanks