New Integer Attributes Rounding off to whole numbers

JoeBJoeB Member Posts: 160
I've been using gamesalad perfectly for about a month now, and starting today whenever I make new integer attributes, it rounds off to whole numbers. For example, I'm trying to make a game attribute called Spawn Time = 0.5, and the gamesalad application keeps rounding it off to Spawn Time = 1. Has this happened to anyone else?

Comments

  • JSprojectJSproject Member Posts: 730
    It works just as intended since integers are whole numbers. You need to use real attribute instead.
  • -Timo--Timo- Member Posts: 2,313
    integer attribute = full numbers
    real attribute = decimal numbers
    so use the real attribute ^^
  • JSprojectJSproject Member Posts: 730
    @timolapre1998 you're so slow, a whole minute after.. ;-)
  • -Timo--Timo- Member Posts: 2,313
    edited August 2013
    @js.dev lol :D
  • JoeBJoeB Member Posts: 160
    Wow I didn't know that! For some reason I've been using real attributes for numbers less than 1 in my game right now without knowing it
Sign In or Register to comment.