Secretchronicles / TSC

An open source two-dimensional platform game.
https://secretchronicles.org/
GNU General Public License v3.0
205 stars 49 forks source link

Point labels from levels remain in overworld map #605

Closed datahead8888 closed 6 years ago

datahead8888 commented 7 years ago

If you complete a level and have any point indicators floating on the screen, they will continue displaying in the overworld map and will not go away until you enter a level again.

Steps to reproduce:

Observe the 100 and two 5's (slightly faded) in this picture:

pointdrawingbug

Skarfester commented 7 years ago

I can reproduce that. And if you take a screenshot the message "screenshot # saved" didn't dissapear. You need to enter a level and wait a while for the message to go out.

Quintus commented 7 years ago

The overworld map is missing an update of the HUD in general it appears. Open the editor with F8 and hover over some element. You will see that the HUD notice on the element's name never disappears as it should.

Quintus commented 7 years ago

(the points shown when you hit an enemy are also drawn via the HUD, which might be a little counterintuitive)