Set the title tag in the HTML5 export immediately
This makes the project title display without having to wait for the project to finish loading.
This commit is contained in:
parent
f989a43135
commit
eecce139ea
3 changed files with 3 additions and 2 deletions
2
misc/dist/html/fixed-size.html
vendored
2
misc/dist/html/fixed-size.html
vendored
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link id='-gd-engine-icon' rel='icon' type='image/png' href='favicon.png' />
|
||||
<title></title>
|
||||
<title>$GODOT_PROJECT_NAME</title>
|
||||
<style type="text/css">
|
||||
|
||||
body {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue