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 bruteforce
User bruteforce
Recent activity
All questions
All answers
User bruteforce
Recent activity
All questions
All answers
+2
votes
When I type export before my var, the variable does not appear in the script variables section under the inspector tab.
answered
Jul 15, 2020
in
Engine
0
votes
Problem with instances
answered
Jun 25, 2020
in
Engine
instances
issue
visibility
hide
show
+1
vote
How can I find the value of the arctg [] function in GDScript?
answered
May 31, 2020
in
Engine
gdscript
godot-engine
function
math
0
votes
2D scene with 3D background: 3D camera movement
answered
May 15, 2020
in
Engine
2d
3d
camera
+1
vote
How to handle close('x') button?
answered
Nov 16, 2017
in
Engine
2d
gdscript
save
close
+1
vote
How to detect a released key?
answered
Nov 14, 2017
in
Engine
godot-engine
_input_event
key
0
votes
Is it possible to work on the same screen from different locations? If so, then please tell me how!
answered
Nov 11, 2017
in
Engine
particle2d
+1
vote
How paths really work?
answered
Nov 7, 2017
in
Engine
godot2
node_path
path
node
get_node
+3
votes
How to shoot?
answered
Nov 7, 2017
in
Engine
shooting
code
function
character
2d
0
votes
How do I detect which Area2D has been entered.
answered
Nov 4, 2017
in
Engine
0
votes
Why doesn't my gun script shoot?
answered
Nov 4, 2017
in
Engine
gdscript
process
_input_event
_fixed_process
+1
vote
Create dead character with rigidbody2D and joint
answered
Nov 1, 2017
in
Engine
+1
vote
Why doesn't the camera follow my character exactly when moving around in _process()?
answered
Oct 10, 2017
in
Engine
gdscript
process
delta
camera2d
+2
votes
Stretching sprites in Godot
answered
Oct 3, 2017
in
Engine
sprite
texture
0
votes
My StreamPeerTCP object keeps returning STATUS_CONNECTING when trying to connect to my own IP via network, why?
answered
Sep 25, 2017
in
Engine
0
votes
Play animation after another finishes?
answered
Aug 1, 2017
in
Engine
animation
finished
2d
+2
votes
How to properly rotate 2D nodes?
answered
Jul 31, 2017
in
Engine
rotate
rotation
gdscript
+1
vote
Can't get width of a parent, parent node
answered
Apr 2, 2017
in
Engine
0
votes
Where do I store plugins?
answered
Mar 17, 2017
in
Engine
+1
vote
trying to not collide multiple instances of rigidbody2d using PS2D.body_add_collision_exception
answered
Mar 2, 2017
in
Engine
collision
-rigidbody2d-collisions-collide
gdscript-instance
+3
votes
RigidBody2Ds and PinJoint2D "anomaly"
answered
Feb 28, 2017
in
Engine
+1
vote
Is there a way to create collision shapes based on the contour of a sprite?
answered
Feb 15, 2017
in
Engine
collision
sprite
rigidbody2d
ppc
generation
+4
votes
Wait until Animation is finished?
answered
Feb 5, 2017
in
Engine
animation
sequence
wait
pause
wait-until
+6
votes
I've created a script on the wrong node, how can I move it properly?
answered
Feb 2, 2017
in
Engine
script
move
reassign
reparent
gdscript
+2
votes
How to set the shape of a RigidBody2D?
answered
Jan 16, 2017
in
Engine
rigidbody2d
+1
vote
Correct usage of 2nd property for .connect(string signal, object target, string method)
answered
Jan 12, 2017
in
Engine
signal
connect
connections
0
votes
Can SCREEN_TOUCH and DRAG be checked outside _input()?
answered
Jan 12, 2017
in
Engine
gdscript
+1
vote
How do I make a 2D animation Stop looping?/ Play while Pressed?
answered
Jan 9, 2017
in
Engine
editor
gdscript
animation
+2
votes
While loop and wait function
answered
Jan 6, 2017
in
Engine
gdscript
while
wait
loop
0
votes
How to make the sprite rotate to be relative to the angle of the ground coalition?
answered
Jan 2, 2017
in
Engine
sprite
gdscript
rotation
+2
votes
How to detect collision with KinematicBody2D without move()?
answered
Dec 13, 2016
in
Engine
gdscript
collision