Programming
Learn to code and ask for help with Godot. Talk about networking, encryption, APIs, you name it, it's all programming and it's all here.
Latest engine news:
- P
How do I prevent the player from performing other actions while attacking?
- Megalomaniak replied
- Making a 2D platformer and I'm trying to set up grounded attacks in such a way that the player has to basically commit to them and let the attack animation play through before they're able to do somet...
- A
Area2D with CollisionPolygon2D added in script won't react to mouse input event
- arkek started
- Hello I can't get an Area2D to respond to mouse input (enter, move, click etc.), if I add a CollisionPolygon2D in it in a script. Pickable, monitoring and monitorable are turned on for the area in the...