Skip to main content
pietrodito's user avatar
pietrodito's user avatar
pietrodito's user avatar
pietrodito
  • Member for 4 years, 7 months
  • Last seen more than a month ago
9 votes
1 answer
7k views

Difference between _process(delta) and _physics_process(delta)?

9 votes
2 answers
10k views

How to disconnect all signals of an emitter?

8 votes
1 answer
3k views

How to use C# 8.0 with Godot 3.3.2?

5 votes
1 answer
4k views

What is happening during queue_free() process?

4 votes
1 answer
3k views

Does collision between two Area2D work differently than collision with Rigidbody2D?

3 votes
1 answer
437 views

How can I change an animated sprite's images per second from script?

2 votes
1 answer
730 views

How to inspect child nodes in IDE debugger?

2 votes
1 answer
613 views

How to reset AnimatedSprite?

2 votes
2 answers
2k views

Is it better to connect signals in source code or with the IDE feature?

2 votes
1 answer
1k views

What is the efficient way to sync TextureProgress with a Timer not in the UI?

2 votes
1 answer
2k views

How do signals work when queue_free is called?

1 vote
2 answers
2k views

How to flip sprite and all collision children of a KinematicBody2D at the same time?

1 vote
0 answers
190 views

How to avoid CollisionShape2D bouncing which prevents Area2D detection?

1 vote
1 answer
1k views

How to change FPS when using a sprite sheet and AnimationPlayer?

1 vote
1 answer
401 views

How to use a normal map for light effects with an AnimatedSrpite?

1 vote
0 answers
236 views

How to get a consistent behavior for a rigid body hooked platform?

1 vote
1 answer
462 views

How to compute the points of a CollisionPolygon2D?

1 vote
1 answer
1k views

How to inherit of a scene tree structure in a way that a change in the ancestor is updated in the descendant?

1 vote
1 answer
594 views

How to make sound fx follow the player?

1 vote
1 answer
316 views

How to decide which Area2D is behind?

1 vote
1 answer
128 views

How to transfrom CollisionPolygon2D according to the Vertex Shader applied to a Sprite?

0 votes
2 answers
2k views

How to know if an overriden method calls its super method or not?