diff --git a/css/tutorial.css b/css/tutorial.css index dfd10af..57a0ef1 100644 --- a/css/tutorial.css +++ b/css/tutorial.css @@ -16,6 +16,11 @@ padding: 1px 8px 8px 16px; } +.tutorialimage { + margin: 10px; + width: 40%; +} + li a { color: rgba(255, 255, 255, 0.87) !important; text-shadow: none; diff --git a/img/AddingController.png b/img/AddingController.png new file mode 100644 index 0000000..bd74f53 Binary files /dev/null and b/img/AddingController.png differ diff --git a/img/DLLFiles.png b/img/DLLFiles.png new file mode 100644 index 0000000..fc1f590 Binary files /dev/null and b/img/DLLFiles.png differ diff --git a/img/DLLSelection.png b/img/DLLSelection.png new file mode 100644 index 0000000..17f7389 Binary files /dev/null and b/img/DLLSelection.png differ diff --git a/img/FindingReferences.png b/img/FindingReferences.png new file mode 100644 index 0000000..c5c6a08 Binary files /dev/null and b/img/FindingReferences.png differ diff --git a/img/ResourceLocation.png b/img/ResourceLocation.png new file mode 100644 index 0000000..eaf6c73 Binary files /dev/null and b/img/ResourceLocation.png differ diff --git a/img/SelectReferences.png b/img/SelectReferences.png new file mode 100644 index 0000000..9f76c75 Binary files /dev/null and b/img/SelectReferences.png differ diff --git a/tutorials/mods/writing/index.html b/tutorials/mods/writing/index.html index c20006c..792acca 100644 --- a/tutorials/mods/writing/index.html +++ b/tutorials/mods/writing/index.html @@ -56,5 +56,20 @@
This page is not finished yet. +

Getting Started

+

Before you get started working on your cool mod for Enter the Gungeon you will need to do some prep work.

+