Top menu (header) in Swift SpriteKit game

Hi developers,

So I’ve started this little 2D game with an open world (created with multiple SKScenes though).

Let’s say I have these scenes:
ForrestScene.swift
TavernScene.swift
DesertScene.swift

In these three scenes, I want a top menu where the players data are displayed; for instance in-game currency, player health and so on…

What would you say would be the best way to approach this?

My first though would be to create a new scene called TopMenu.swift and show that, but if there’s a “smarter” / “better” way I’d be happy to hear it.

Best regards,

Lasse