Most voted "godot" questions
Use this tag when the question refers to code development with the Godot game engine. DO NOT POST questions about mere use of the interface or other features of Godot, the site is specifically about software development.
Learn more…3 questions
Sort by count of
-
2
votes1
answer24
views(Godot) Button to return to the last scene
Good morning guys, I’m having a question at Godot to get back to the last scene. Should work as the "Continue" button after pausing the game. I have a menu of options that is accessed when the user…
-
0
votes1
answer106
views(Godot) Touch does not perform arc animation and does not work properly
Hello, I’m a multimedia student and I’m working on my Professional Aptitude Test. For this I decided to create a 2D RPG Zelda-like Game (for Android devices). For this I have used the Godot platform…
-
0
votes1
answer33
viewsProblem 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…