how to make horse race tests in godot 4
Channel:
Subscribers:
4,300
Published on ● Video Link: https://www.youtube.com/watch?v=VJR-uOoIwN4
it's literally just collision polygon 2d all the way through but here's the code:
https://github.com/aimforbigfoot/NAD-LAB-Godot-Projects-4.0/tree/main/horseracetest
Timeline:
0:00 - intro
0:35 - demo of what we're making
1:03 - setting up the stage of the horse race test
2:04 - making a collision polyogon 2d from an image
3:55 - making sure the walls have collisions are one
4:03 - making 1 static body 2d - THE MOST IMPORTANT STEP
4:20 - making the rigid body / horse
5:38 - making better collision polygon 2ds
6:55 - playing with rigid body settings
9:15 - working with multiple different horses