Skip to content

Commit eb3dcf1

Browse files
committed
swap button label when game completed
1 parent b177f85 commit eb3dcf1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

static/scripts/scene_descriptions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ def render(self, ctx, timestamp):
8787
# If all planets are complete, switch to the final scene
8888
if all(p.complete for p in self.solar_sys.planets):
8989
self.scene_manager.activate_scene(FINAL_SCENE)
90+
self._debug_btn_label = "View Credits Again"
9091
return
9192

9293
# from this scene, be ready to switch to a big planet scene if planet is clicked

0 commit comments

Comments
 (0)