summaryrefslogtreecommitdiffstats
path: root/misc/dist/html/editor.html
diff options
context:
space:
mode:
Diffstat (limited to 'misc/dist/html/editor.html')
-rw-r--r--misc/dist/html/editor.html26
1 files changed, 13 insertions, 13 deletions
diff --git a/misc/dist/html/editor.html b/misc/dist/html/editor.html
index 3a22055546..ef19c0032e 100644
--- a/misc/dist/html/editor.html
+++ b/misc/dist/html/editor.html
@@ -3,27 +3,27 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
- <meta name="author" content="Godot Engine">
- <meta name="description" content="Use the Godot Engine editor directly in your web browser, without having to install anything.">
+ <meta name="author" content="Redot Engine">
+ <meta name="description" content="Use the Redot Engine editor directly in your web browser, without having to install anything.">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="application-name" content="Godot">
- <meta name="apple-mobile-web-app-title" content="Godot">
+ <meta name="application-name" content="Redot">
+ <meta name="apple-mobile-web-app-title" content="Redot">
<meta name="theme-color" content="#202531">
<meta name="msapplication-navbutton-color" content="#202531">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="msapplication-starturl" content="/latest">
- <meta property="og:site_name" content="Godot Engine Web Editor">
- <meta property="og:url" name="twitter:url" content="https://editor.godotengine.org/releases/latest/">
+ <meta property="og:site_name" content="Redot Engine">
+ <meta property="og:url" name="twitter:url" content="https://x.com/RedotEngine">
<meta property="og:title" name="twitter:title" content="Free and open source 2D and 3D game engine">
- <meta property="og:description" name="twitter:description" content="Use the Godot Engine editor directly in your web browser, without having to install anything.">
- <meta property="og:image" name="twitter:image" content="https://godotengine.org/themes/godotengine/assets/og_image.png">
+ <meta property="og:description" name="twitter:description" content="Use the Redot Engine editor directly in your web browser, without having to install anything.">
+ <meta property="og:image" name="twitter:image" content="https://pbs.twimg.com/profile_images/1841292470337908740/EPVKT7tJ_400x400.jpg">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<link id="-gd-engine-icon" rel="icon" type="image/png" href="favicon.png">
<link rel="apple-touch-icon" type="image/png" href="favicon.png">
<link rel="manifest" href="manifest.json">
- <title>Godot Engine Web Editor (___GODOT_VERSION___)</title>
+ <title>Redot Engine Web Editor (___GODOT_VERSION___)</title>
<style>
*:focus {
/* More visible outline for better keyboard navigation. */
@@ -243,7 +243,7 @@ a:active {
<h2 id="welcome-modal-title" class="welcome-modal-title">Important - Please read before continuing</h2>
<div id="welcome-modal-description">
<p>
- The Godot Web Editor has some limitations compared to the native version.
+ The Redot Web Editor has some limitations compared to the native version.
Its main focus is education and experimentation;
<strong>it is not recommended for production</strong>.
</p>
@@ -258,7 +258,7 @@ a:active {
</div>
<div id="welcome-modal-missing-description" style="display: none">
<p>
- <strong>The following features required by the Godot Web Editor are missing:</strong>
+ <strong>The following features required by the Redot Web Editor are missing:</strong>
</p>
<ul id="welcome-modal-missing-list">
</ul>
@@ -291,7 +291,7 @@ a:active {
<div id="tab-loader">
<div style="color: #e0e0e0;" id="persistence">
<br >
- <img src="logo.svg" alt="Godot Engine logo" width="1024" height="414" style="width: auto; height: auto; max-width: min(85%, 50vh); max-height: 250px">
+ <img src="logo.svg" alt="Redot Engine logo" width="1024" height="414" style="width: auto; height: auto; max-width: min(85%, 50vh); max-height: 250px">
<br >
___GODOT_VERSION___
<br >
@@ -312,7 +312,7 @@ a:active {
<a href="demo.zip">(Try this for example)</a>
<br >
<br >
- <button id="startButton" class="btn" style="margin-bottom: 4rem; font-weight: 700">Start Godot editor</button>
+ <button id="startButton" class="btn" style="margin-bottom: 4rem; font-weight: 700">Start Redot editor</button>
<br >
<button class="btn" onclick="clearPersistence()" style="margin-bottom: 1.5rem">Clear persistent data</button>
<br >