Fixed links not being created
This commit is contained in:
parent
6d2bfdf9fb
commit
ef224924c5
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue