i recently followed this post to link my bitsy to another game. is there any way to do it so the game opens in a new tab?
a little engine for little games, worlds, and stories · By
links in html can have a target attribute, which tells the browser where to open the link. in the bitsy museum hack, the `_self` is what's making the game open in the same tab. change that to `_blank` and it should open in a new tab.