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
|
layout: default
|
||||||
title: Incarcerated
|
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.
|
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
|
layout: default
|
||||||
title: Questable
|
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.
|
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