Creating a Hologram
How to create a hologram.
Last updated
Was this helpful?
How to create a hologram.
Last updated
Was this helpful?
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.
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)
You can use {skip} to add a blank line in a hologram.
The last option for holograms (inverse) is a boolean. This will change the direction of the hologram. False goes down, true goes up.