Toggle navigation
Godot Engine - Q&A
Email or Username
Password
Remember
Login
Register
|
I forgot my password
Questions
Unanswered
Tags
Ask a Question
Answers by annemarietannengrund
User annemarietannengrund
Recent activity
All questions
All answers
User annemarietannengrund
Recent activity
All questions
All answers
+1
vote
How do you limit the number of projectiles or add a cooldown to shooting? Here's the shooting code.
answered
May 23, 2021
in
Engine
control
gdscript
0
votes
Why I got always an "Invalid get index 'position' (on base: 'null instance')" error messsage?
answered
May 23, 2021
in
Engine
error
gdscript
0
votes
Extract from String, how to cut from "[" to "]" and stuff it into an Array?
answered
May 23, 2021
in
Engine
gdscript
string
array
dictionary
regex
0
votes
Label autowrap dynamic height
answered
May 23, 2021
in
Engine
label
richtextlabel
0
votes
How can I set a label to change size according to the length of the text.
answered
May 23, 2021
in
Engine
label
resize
text
+1
vote
How do I get a projectile to fire with a certain velocity? Here's the code it didn't work, found it online
answered
May 23, 2021
in
Engine
gdscript
projectile
shooting