python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
godot how to know if a click is inside a sprite :
I have a p12 Sprite that have a KinematicBody2D and the KinematicBody2D have a Collision polygon2d.
I'am trying to check if a mouse clik is inside p12 :
var inside : bool = p12.get_node("Kinemati...
Bussiere
Votes: 0
Answers: 2
How to play multiple animations at once?
I'm trying to play 2 animations at once
for example,
my arms have the animations: static, running_swing & drawing weapon
my legs have the animations: static, running
and I want to play them both, ...

cak3_lover
Votes: 0
Answers: 1
I want to make a dropdown container in my script
I want to create a dropdown container to organize my export variable. Is it possible to create a custom dropdown container in the script?
Like this:
Reynaldo Bautista II
Votes: 0
Answers: 2
Spawning rigidbodies with velocity
So I am making a gun in a Godot game. I want to use rigidbodies for the bullets, and it spawns like normal out of the gun. However, I cannot seem to find a way to spawn the rigidbody bullets, with vel...
FluffyPancakes1
Votes: 0
Answers: 1