Skip to content

Commit

Permalink
File Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Cooldude2606 committed May 24, 2019
1 parent 79bf3bd commit 881a3d0
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions expcore/Gui/test.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ end)
local test_gui =
Gui.new_center_frame('gui-test-open')
:set_caption('Open Test Gui')
:set_tooltip('Main test gui triggers all other tests')
:set_post_authenticator(function(player,button_name)
return global.show_test_gui
end)
Expand Down Expand Up @@ -99,6 +100,7 @@ end)
local left_frame =
Gui.new_left_frame('test-left-frame')
:set_caption('Test Left Gui')
:set_tooltip('Left frame which holds all online player names, updates when player leaves or joins')
:set_post_authenticator(function(player,button_name)
return global.show_test_gui
end)
Expand Down Expand Up @@ -136,6 +138,7 @@ end)

Gui.new_toolbar_button('test-popup-open')
:set_caption('Test Popup')
:set_tooltip('Allows opening a popup which contains the players name and tick it was opened')
:set_post_authenticator(function(player,button_name)
return global.show_test_gui
end)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 881a3d0

Please sign in to comment.