From 5b754654525e9d277a0503f7ceedd70c149b398d Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Sun, 29 Oct 2017 11:37:39 -1200 Subject: [PATCH] Fixed download links --- _content/scripting/incarcerated.md | 2 +- _content/scripting/questable.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_content/scripting/incarcerated.md b/_content/scripting/incarcerated.md index 9567e4e2..cb443f53 100644 --- a/_content/scripting/incarcerated.md +++ b/_content/scripting/incarcerated.md @@ -2,7 +2,7 @@ layout: default title: Incarcerated --- -Note: Web preview may be slow and resize undesirably. You can download it for windows [here](/assets/scripting/Incarcerated/win.zip). +Note: Web preview may be slow and resize undesirably. You can download it for windows [here](/assets/scripting-assets/Incarcerated/win.zip). The purpose of this project was to demonstrate how to create a game where you use Unity's physics system to control a ball, with enemies and pickups and jump pads, etc. diff --git a/_content/scripting/questable.md b/_content/scripting/questable.md index 70699331..09b8930f 100644 --- a/_content/scripting/questable.md +++ b/_content/scripting/questable.md @@ -2,7 +2,7 @@ layout: default title: Questable --- -Note: Web preview may be slow and resize undesirably. You can download it for windows [here](/assets/scripting/Questable/win.zip) +Note: Web preview may be slow and resize undesirably. You can download it for windows [here](/assets/scripting-assets/Questable/win.zip). The purpose of this project was to demonstrate how to create a game where you use raycasts and projectiles to make guns, and nav meshes for basic AI.