Posts by Pedro Henrique Gomes • 13 points
1 post
-
0
votes1
answer33
viewsQ: Problem when trying to split an array of randomly ordered numbers into two equal parts using Godot/Gdscript
I am currently creating a game in Godot 3.2.3, and in this game I need to create an array that contains numbers from 1 to array.size() (example:[0,1,2,...,30]) and that such numbers are in random…