diff --git a/src/index.html b/src/index.html index 2dc1761..fecd8e9 100644 --- a/src/index.html +++ b/src/index.html @@ -133,18 +133,25 @@ + class="project-alt" titlestyle="font-family: 'Apex Mk2'" headerstyle="font-family: 'Apex Mk2'"> # Simulo ## Roblox for the real world! #### (what could go wrong?) - - Bring your IRL game ideas to life with **Simulo**! It's like using the *Earth* as your game engine! You - don't even need to learn Lua to get started, instead, just describe your game to the engine and watch it - come to life! - +
+ + Are you a hot sweaty gamer looking to get hot and sweaty but in a good way? Bring your IRL game ideas to + life + with **Simulo**! It's like using the *Earth* as your game engine! You + don't even need to learn Lua to get started, instead, just describe your game to the engine and watch it + come to life! + + Simulo is the most accessible game engine by a longshot, you just need a $600 laser projector and a + MacBook or Linux machine! Anyone can use Simulo. + +
diff --git a/src/project.html b/src/project.html index 18e6493..64e3d71 100644 --- a/src/project.html +++ b/src/project.html @@ -5,11 +5,12 @@ text: props.text || '', href: props.href || '/', onclick: props.onclick || '', - titlestyle: 'min-width: 275px;' + (props.titlestyle || '') + titlestyle: 'min-width: 275px;' + (props.titlestyle || ''), + headerstyle: props.headerstyle || '', }
-