Skip to content

Instantly share code, notes, and snippets.

@IRobS
IRobS / dabblet.css
Created August 28, 2019 14:48
rotating tracking camera
/**
* rotating tracking camera
*/
background: #fc1;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Created August 28, 2019 14:48
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #fc1;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Last active August 27, 2019 14:23
Damage Player - this requires that the player has a PlayerLife script with the ability to "takeDamage"
/**
* Damage Player - this requires that the player has a PlayerLife script with the ability to "takeDamage"
*/
background: #d67;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Created August 27, 2019 13:16
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #d67;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Last active August 27, 2019 13:15
the overseer
/**
* the overseer
*/
background: #dd4;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Last active August 28, 2019 10:06
the player life - handles health, death, ragdoll
/**
* the player life - handles health, death, ragdoll
*/
background: #d99;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Created August 27, 2019 08:37
A simple 3rd person chase camera
/**
* A simple 3rd person chase camera
*/
background: #3b8;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Last active August 27, 2019 14:25
playerMovement - mouse driven move that depends on the pathNode script
/**
* playerMovement - mouse driven move that depends on the pathNode script
*/
background: #4cb;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Last active August 27, 2019 14:18
pathNode - a simple routing node script for unity
/**
* pathNode - a simple routing node script for unity
*/
background: #4bf;
min-height: 100%;
@IRobS
IRobS / dabblet.css
Created August 26, 2019 22:39
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;