Skip to content

Commit 3f4e88f

Browse files
Update window.lua
1 parent 464d46e commit 3f4e88f

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

window.lua

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,13 +1 @@
1-
local Window = OrionLib:MakeWindow({Name = "Title of the library", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
2-
3-
--[[
4-
Name = <string> - The name of the UI.
5-
HidePremium = <bool> - Whether or not the user details shows Premium status or not.
6-
SaveConfig = <bool> - Toggles the config saving in the UI.
7-
ConfigFolder = <string> - The name of the folder where the configs are saved.
8-
IntroEnabled = <bool> - Whether or not to show the intro animation.
9-
IntroText = <string> - Text to show in the intro animation.
10-
IntroIcon = <string> - URL to the image you want to use in the intro animation.
11-
Icon = <string> - URL to the image you want displayed on the window.
12-
CloseCallback = <function> - Function to execute when the window is closed.
13-
]]
1+
Window = OrionLib:MakeWindow({Name = "Title of the library", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})

0 commit comments

Comments
 (0)