SeaLiteral / basket-letter-vibe

MIT License
0 stars 0 forks source link

Make sure hyperlinks are actually clickable #2

Closed SeaLiteral closed 1 year ago

SeaLiteral commented 1 year ago

The hyperlinks in the credits screen aren't clickable because I forgot to add a meta_click signal handler to them. Godot's documentation on handling URL tags explains what I'd have to do. Or what others would have to do. Because I have to wait until the start of October before releasing new versions of BLV, whereas I can probably add brief descriptions of its limitations here, without releasing the fixes done, and then I can release a fixed version once September is over.

[Edit: related to this, they can't be "clicked" with the keyboard. But that would either fix itself or it could be fixed by adding another thing that calls the meta_clicked handler.]

SeaLiteral commented 1 year ago

I fixed this one and I've already tested it, so I guess I can close this now.