Insert Another Source

Hi, i just want to ask. GDevelop 5 can insert html and css or not? How to insert it? Anyone know and can you teach me :smiley: . Thank you :unamused:

From what I know, HTML/CSS is not possible but you can use javascript, example can be found here (scroll down to Javascript blocks in platformer example)

What are you trying to achieve?
Modern game engines (GDevelop included) draw all their graphics on an HTML canvas element. The canvas doesnโ€™t support any HTML code.
But you can still edit the index.html file after you export your game to a folder and add HTML tags or CSS via text editor.

Hi, thank you for your response. Actually i want to create a function where user can upload their face and use in game.
Is that possible to do that? That will be a button upload and choose a picture after that the picture will appear in game.

Hi, thank you for your response. Is that possible to create a function where user can upload a picture and use it in game? :slight_smile:

1 Like