Creating a Hologram
How to create a hologram.
Overview and Example
This is a tutorial on how to create a hologram using SkLib's hologram api. Below is an example of how to create a hologram.

How to Create a Hologram
When creating a hologram you need to set an id, lines, a location, and inverse. The id is how SkLib will identify the hologram. This is a string. The next thing you need to set are lines. You can create a list with texts for SkLib to read. The location will be where the hologram will show up. The final option called inverse will change the direction the lines go. (up instead of down)
Inverse Hologram
The last option for holograms (inverse) is a boolean. This will change the direction of the hologram. False goes down, true goes up.


Last updated
Was this helpful?