diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07e4fe7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/**/* diff --git a/index.html b/index.html index 2c8e696..97c449d 100644 --- a/index.html +++ b/index.html @@ -24,23 +24,45 @@
+ + + +Candlestick is a free, open-source tool for creating games, animations, and everything in-between!
+Candlestick is a fork of Wick Editor that aims to bring much needed updates and new features etc. etc. [add better description here]
+
-
-
-
diff --git a/public/logo-linux.png b/public/logo-linux.png
new file mode 100644
index 0000000..b02b177
Binary files /dev/null and b/public/logo-linux.png differ
diff --git a/src/main.js b/src/main.js
index 2c0d91f..3f05285 100644
--- a/src/main.js
+++ b/src/main.js
@@ -139,6 +139,7 @@ function drawBackground() {
// === IFRAME HANDLER ===
function showIframe(link) {
const container = document.getElementById('iframe-container');
+ container.style.display = 'flex';
container.innerHTML = `