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.