Fixed links not being created

This commit is contained in:
thepaperpilot 2017-10-29 11:24:58 -12:00
parent 6d2bfdf9fb
commit ef224924c5
2 changed files with 2 additions and 2 deletions

View file

@ -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/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.

View file

@ -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/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.