From f599d8be7c6b5d5cc95562a9075100d364ad36ba Mon Sep 17 00:00:00 2001 From: "NGnius (Graham)" Date: Sat, 9 May 2020 18:40:39 -0400 Subject: [PATCH] Add video tutorials for guides --- site/guides/first.html | 3 +++ site/guides/install.html | 3 +++ site/static/style.css | 6 ++++++ 3 files changed, 12 insertions(+) diff --git a/site/guides/first.html b/site/guides/first.html index ee51785..2a3909d 100644 --- a/site/guides/first.html +++ b/site/guides/first.html @@ -20,6 +20,9 @@

Getting Started with Gamecraft Modding

by NGniusness
+
+ +

The First Step

The first cut is the deepest

Modding Gamecraft is quite easy, once you get past the initial setup and learning. diff --git a/site/guides/install.html b/site/guides/install.html index b67e274..f5e873c 100644 --- a/site/guides/install.html +++ b/site/guides/install.html @@ -20,6 +20,9 @@

Installing Gamecraft Mods

by NGniusness
+
+ +

Patching The Game

Gamecraft: I'm getting hacked

The first step towards installing mods in Gamecraft is patching the game with the latest release of GCIPA. diff --git a/site/static/style.css b/site/static/style.css index 96ccbbb..c86eac0 100644 --- a/site/static/style.css +++ b/site/static/style.css @@ -45,6 +45,12 @@ span { display: inline-block; } +iframe.iframe-player { + display: block; + text-align: center; + margin: auto; +} + /* leaderboard style */ .board { font-size: 200%;