Closed jfcharron closed 2 months ago
The Allow edits by maintainers
checkbox is checked so I suppose you should be able to merge.
@jfcharron merged! I tested placing a sprite in a random vertical position and it worked like a charm:
I have converted the blocks to the new definition format, which uses resources. In case you want to contribute new blocks, this is now the way to do it. It is nicer because the definitions can be edited in the editor directly:
Thanks!
Add 4 random number generation blocks. One for each of these godot's functions:
randi
randi_range(from,to)
randf
randf_range(from,to)