1228
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 12 Sep 2023
1228 points (99.0% liked)
Game Development
3412 readers
8 users here now
Welcome to the game development community! This is a place to talk about and post anything related to the field of game development.
founded 1 year ago
MODERATORS
This is exactly how you make FOSS more popular.
Yep, had an idea for a game and when I read all this stuff I decided to check out Godot again since the last time I did it wasn't in a great state yet. So far it's looking pretty good now!
Be sure to learn how to harness the power of the AnimationPlayer node. You can make function calls and all sorts of property changes at key points of any animation. So, instead of writing code to check if a certain animation has begun and doing something, you can just call a function at 0.0 (start) of that animation. I'm doing this to spawn projectiles from a bow shooting enemy, it works like a charm.
Yes this is very likely the best advertising Godot could ask for.