Skip to content

Commit

Permalink
pasting untested stuff from chatgpt
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGoesen committed Jan 11, 2024
1 parent 9004520 commit 3983ee0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions scripts/caravan/caravan-global-gui.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Caravan.events.on_open_global_gui = function(event)
local main_frame = player.gui.screen.add { type = 'frame', name = 'caravan_gui_global', caption = { 'caravan-global-gui.caption' }, direction = 'vertical' }
main_frame.style.width = 436
main_frame.style.minimal_height = 710
main_frame.add {
type = "sprite-button",
name = "caravan_organizer_closeButton",
sprite = "utility/close_white",
style = "frame_action_button"
}

local content_frame = main_frame.add { type = 'frame', direction = 'vertical',
style = 'inside_shallow_frame_with_padding' }
Expand Down

0 comments on commit 3983ee0

Please sign in to comment.