python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
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
How to draw a Shape2D in toolmode?
I'm adding a collision shape using Physics2DServer like this:
Physics2DServer.body_add_shape(_body, _shape, Transform2D.IDENTITY, collision_disabled)
based on this solution
but I can't see what the s...
cak3_lover
Votes: 0
Answers: 1