Skip to main content

Questions tagged [gdscript]

GDScript is a high level, dynamically typed programming language used to create content. It uses a syntax similar to Python (blocks are indent-based and many keywords are similar).

2 questions with no upvoted or accepted answers
2 votes
0 answers
37 views

Sudoku trial buttons

This button's code in gdscript 4 uses selector modes- only one possible at a time. It is attached to the 9 children small buttons of the main button. There is singleton code that is just an array with ...
user2617804's user avatar
0 votes
0 answers
22 views

2D chunk loading/world generation in Godot (GDScript)

I'm a beginner with both Godot and gamedev concepts. I've made games before, but feature-wise, they were pretty simple in comparison. One of the main concerns that I have now with my code is that ...
inexperienced-potat's user avatar