Alone, the Game by Colinchocolate 2011-12-18T15:31:00
Thanks, devwil! I'll fix those things, really easy bugs. Perhaps the cursor problem you were talking about can be fixed with the esc suggestion, Rocknez?
Foon → Ludum Dare Explorer → Users → Colinchocolate
| Year | LD | Theme | Game | Division | Rank | Ov | Fu | In | Th | Gr | Au | Hu | Mo | Cm | Co | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2011 | 22 | Alone | Alone, the Game | compo | 565 | 2.17 | 1.82 | 1.80 | 2.26 | 2.26 | 1.48 | 1.29 | 1.83 | 1.75 | 10 |
Thanks, devwil! I'll fix those things, really easy bugs. Perhaps the cursor problem you were talking about can be fixed with the esc suggestion, Rocknez?
I've uploaded the new web version. I'll upload the source and downloadable versions in a few hours.
Escape switches between mouse shown, and not shown.
var sceneToLoad : String;
function OnTriggerStay(other : Collider)
{
Application.LoadLevel(sceneToLoad);
}
function Update ()
{
}
My script for portals. Really simple! Oh, and you need to remember to add the scene you are teleporting to to the build settings list.
Nice! :) Lots of fun, and I loved the art style. Very impressed.