diff --git a/Gallery.md b/Gallery.md index d04f01b..fc27592 100644 --- a/Gallery.md +++ b/Gallery.md @@ -2,6 +2,10 @@ A script with all the examples can be found [here](https://github.com/bi0qaw/bio To stop all effects type: `/stopeffect` *** +### `/color-circles` +Shows circles with random colors. Could be used for a teleportation effect. +![](https://i.imgur.com/84fy6AT.gif) + ### `/rainbow-lines` ![](https://i.imgur.com/bdAKOhH.gif) @@ -13,3 +17,15 @@ Halo follows the rotation of the player's head ### `/rainbow-yaw-helix` Color changes depending on the yaw of the player ![](https://i.imgur.com/SZv5iRz.gif) + +### `/star ` +Simple star shape. You can change the amount of vertices with the integer parameter. +![](https://i.imgur.com/GVH5yxy.png) + +### `/star2 ` +Makes a star with more connections than `/star`. You can change the amount of vertices with the integer parameter. +![](https://i.imgur.com/HeYX1JY.png) + +### `/star-player ` +Makes a star that is always oriented towards the player. You can change the amount of vertices with the integer parameter. +![](https://i.imgur.com/h80OdH8.png)