Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] float supporting levels #227

Open
GizliBaskan opened this issue Jul 12, 2021 · 6 comments
Open

[Feature] float supporting levels #227

GizliBaskan opened this issue Jul 12, 2021 · 6 comments

Comments

@GizliBaskan
Copy link

Hello there. The levels addon does not currently support floats. It supports int. It will be really nice if you update the datatype to float :)

@GizliBaskan GizliBaskan changed the title float supporting levels [Feature] float supporting levels Jul 12, 2021
@tastybento
Copy link
Member

Hmm, interesting. It might be possible. Level currently supports long, to enable big island levels. I'm not sure about the math, but I assume float can store a long inside it (at least up to some size).

@GizliBaskan
Copy link
Author

Hmm, interesting. It might be possible. Level currently supports long, to enable big island levels. I'm not sure about the math, but I assume float can store a long inside it (at least up to some size).

Sooo.. will this be supported? or will it take too long xd?

@BONNe
Copy link
Member

BONNe commented Jul 14, 2021

Hmm, interesting. It might be possible. Level currently supports long, to enable big island levels. I'm not sure about the math, but I assume float can store a long inside it (at least up to some size).

The double should be floaty enough and large enough for supporting it.

@GizliBaskan
Copy link
Author

oh, for some reason i wrote float.. i meant double sorry :/

@tastybento
Copy link
Member

I started a branch on this. It's trickier than I thought - mainly in terms of backwards compatibility and API compatibility.

@GizliBaskan
Copy link
Author

not seeing this in the new update made me sad :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

3 participants