Raptor Run Plus Game Jam
Update
- Fixed some bugs that appeared when objects are forced to die twice. For example, if you kill a dino with fire and its falling of the edge, it will die through your fire and also because of falling out of the play area. it happens also when you jump twice into the same collectible.
- Had lot’s of trouble with creating a UI for a highscore board. Didn’t felt intuitive, coming from web-development. Had to step back and do some research. Also had to watch some tutorials and will continue in the next session.
- Build a speed-o-meter that shows the current world speed and changes color depending on it.
amit
Dec. 19, 2022 at 2:46 p.m.Did you find a good tutorial on Godot’s UI features? I agree that it takes some time to get used to.
reinventorofwheel
Dec. 19, 2022 at 3:22 p.m.I used the official docs -> https://docs.godotengine.org/en/stable/tutorials/ui/index.html
As they mentioned, i watched -> https://www.youtube.com/watch?v=xGNd_VjjIyo
Felt a little bit lost in space for a “small” highscore board, so I will go for try and error with a little bit of better understanding the basics.