are you asking how to be able to open up a web page in a video game.So.. HI
I needed some help for that
How to put a website link in a game bootloader/ starting time?
I'm not making a game... I just want to know how to put an image with a website link before an existing game loads.I dunno... ducttape?
I'm guessing you're talking about a start menu for a game you're making?
It would help if you'd share what engine you're working with.
I know that... Just wanted to have some tipsView attachment 606324
you have to make at least 3 posts on the forum, before you can even think about posting links.
Not like that. But thanks for the idea☺are you asking how to be able to open up a web page in a video game.
for example, having the patreon icon that players can click on, and it will open up your patreon page. I know unity has some basic URL commands, such as to open up a web page, and that's about it.
if you are asking to make a web browser inside your game, that's way beyond me right now, I am actively unlearning during quarantine.
ThanksTo link from renpy's start screen, go to screens.rpy line 390 and find
textbutton _("Quit") action Quit(confirm=not main_menu)
Under or above it type
textbutton _("Whatever") action OpenURL("You must be registered to see the links")