Salty Valley 🏳️‍⚧️
banner
saltyvalley.bsky.social
Salty Valley 🏳️‍⚧️
@saltyvalley.bsky.social
Bitch, dreaming game developer, artist, bitch
She/her
Why?
April 23, 2025 at 8:42 PM
It's looks like we back to smooth rounded lines
April 9, 2025 at 1:15 AM
Мастурбация должна давать эндорфины?

Похоже моя сломалась..
April 6, 2025 at 8:48 PM
And because on background noise I see that my mic is writes too..
Damn..
March 26, 2025 at 3:46 PM
Aren't such things should be announced before?
March 7, 2025 at 11:02 PM
Maybe..
But before it if I used
if dictionary[key] == 1
it worked because there was 1
now there 1.0
and 1.0 != 1
March 7, 2025 at 5:32 PM
It's actually no about regular dictionary..
When you parsing JSON dictionary it's float now by default..
March 7, 2025 at 4:14 PM
I used load("res://picture_" + str(dictionary["key"]) + ".png")
But dictionary became float..

So it should be "picture_1.png" but became "picture_1.0.png" etc

And my whole project based on dictionaries..
March 7, 2025 at 4:12 PM
If it doesn't broke my project again..

I just made character portrait customization and was happy..
And then upgrade and had to find what's wrong now..
Fortunately, I fix it quickly enough..
(just spend whole day for this system..)
March 7, 2025 at 3:05 PM
It's working..
But if you parsing JSON all digit values pars as float..
And you need make it int manually..
like int(dictionary[key])
March 7, 2025 at 3:01 PM
Yes..
I had the same problem..
Like you find some lessons and like "Where all functions you told me?!"
March 7, 2025 at 2:38 PM
What do you mean?
March 7, 2025 at 2:36 PM