diff --git a/README.md b/README.md index 2c607bf..613d9a7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# ωEngine -### A engine made from Ω-Lλγers built for modding -#### Ω-Lλγers by VeproGames -#### Play this now +# ωEngine v0.2.0 +### A engine made from Ω-Lλγers built for making mods +#### Ω-Lλγers (the original) by VeproGames +#### Play the engine now ##### Feel free to fork this, either to make your own mods or make pull requests with new features diff --git a/css/fonts/minecraft.css b/css/fonts/minecraft.css new file mode 100644 index 0000000..7f25c07 --- /dev/null +++ b/css/fonts/minecraft.css @@ -0,0 +1,8 @@ +@font-face{ + font-family: minecraft; + src: url('../../fonts/minecraft.otf'); +} + +:root{ + --primary-font: minecraft +} \ No newline at end of file diff --git a/fonts/minecraft.otf b/fonts/minecraft.otf new file mode 100644 index 0000000..54f08ad Binary files /dev/null and b/fonts/minecraft.otf differ diff --git a/index.html b/index.html index e6a630e..6e527f4 100644 --- a/index.html +++ b/index.html @@ -40,7 +40,9 @@

ωEngine

Aleph R ReStack + + @@ -61,11 +63,14 @@

ωEngine

+ + @@ -87,8 +92,11 @@

ωEngine

var GIANTS = ["Ω", "Ω2","Ω3"] + + + @@ -142,6 +150,8 @@

ωEngine

+ + diff --git a/js/components/changelog-tab.js b/js/components/changelog-tab.js index fdde75e..f037ecf 100644 --- a/js/components/changelog-tab.js +++ b/js/components/changelog-tab.js @@ -1,37 +1,8 @@ Vue.component("changelog-tab", { template: `
- - - - - - - - - - - - - - - - - - - - - - - - -