Techokami / SonicWorldsNext

Official development repository for the successor to Sonic Worlds Delta
MIT License
139 stars 29 forks source link

When special stages are complete it doesn't show player #181

Closed Raptorq1 closed 2 months ago

Raptorq1 commented 2 months ago

When you enter a special stage and complete it and it takes you back it doesn't show the player

Renhoex commented 2 months ago

What version of the framework were you using and what version of godot are you using?

Could you provide the location and anything that you did that could be related too if this happened in base zone?

Raptorq1 commented 2 months ago

I'm using v2.9.0 and the version of godot that I'm using is 4.3

https://github.com/user-attachments/assets/bea8d506-7136-4804-9c9f-a921cfb9fb60

Caverns4 commented 2 months ago

In SpecialStageRing.gd there is a check for player.character == player.CHARACTERS.SONIC This is an oversight, it should be player.character == Global.CHARACTERS.SONIC I will make this fix shortly.