begin the main window background
gui.begin_window("main-ui", vec2.new(500, 500), vec2.new(100, 100))
argument types: (string, vec2 size, vec2 once_pos)
Last updated 1 month ago