Hm, strange. Here's how it should work:
- dawn: 04-06h
- morning: 06-10h
- day: 10-17h
- dusk: 17-19h <- bit harder
- night: 19-04h <- much harder!
The new version was just released and it solves this problem!
Check out release notes!
That's out of scope of this extension. You need to select specific object(s) to color using picking conditions of GDevelop.
One way to do it is to set an object variable and set up different values for the variable in the editor, then use actions to pick objects individually and color them with different colors.
More info here: https://wiki.gdevelop.io/gdevelop5/events/object-picking/
Thanks for the feedback! What do you mean by "tough"? If it's the randomly wide gaps that cannot be jumped, then yes, I agree, but that's why I have added double jump and coyote time (you can still jump for a short time after falling off the platform). This is my first game ever made, so I don't really have experience to fine tune the difficulty yet, but I guess it'll come with time as I make more games. I did tinker around with various game dev. tools in the past, but never made anything that could be called a "complete" game (along with main menu, multiple levels, and so on...)