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.]
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.]