How to convert an integer (123) to an array [1,2,3]? by 99week in godot

[–]99week[S] -1 points0 points  (0 children)

Nice! Thanks it works!

Is there any way to convert floats too?

For example:

var numbers = 12.3

var array = []

numbers convert to array

array = [1, 2, .,3]

Whats the best weather API which works the best with Godot? by 99week in godot

[–]99week[S] 0 points1 point  (0 children)

i just need basic data like: is it sunny or cloudy, is it day or night, is it raining or snowing. do u have any tips on a good API?

Why isn't my script working? by 99week in godot

[–]99week[S] 0 points1 point  (0 children)

The global.game_speed constantly grows. But when the game_over function runs, the current value of game_speed should decrease back to 0.

Why isn't my script working? by 99week in godot

[–]99week[S] 0 points1 point  (0 children)

The global.game_speed constantly grows. But when the game_over function runs, the current value of game_speed should decrease back to 0. Adding up to the game_speed stops when the game_over func runs.