From b66daba9c0105aa109b5c4c251729bce24d7ea9e Mon Sep 17 00:00:00 2001 From: CokaCola Date: Mon, 17 Mar 2014 17:03:12 -0700 Subject: [PATCH] Updated Component Hologram (markdown) --- Component-Hologram.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Component-Hologram.md b/Component-Hologram.md index 46e1265..f3a1e26 100644 --- a/Component-Hologram.md +++ b/Component-Hologram.md @@ -16,7 +16,7 @@ Callbacks: - `setScale(value:number)` Set the render scale. A larger scale consumes more energy. -Example usage(programs below created by Sangar): +Example usage(programs below created by Sangar): [https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-flow.lua](Holo Flow) --Generates a heightmap and 'moves' across it over time, creating the effect of a flowing terrain. [https://github.com/OpenPrograms/Sangar-Programs/blob/master/holo-text.lua](Holo Text) --Generates a random heightmap and displays scrolling text above it.