[MIRROR] ports tgui color input from bubbers (#9919)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-23 20:35:22 +01:00
committed by GitHub
co-authored by Kashargul
parent 615ba5fdc7
commit fc21a0cb26
60 changed files with 1949 additions and 166 deletions
@@ -69,8 +69,8 @@
// Just uncomment this and get rid of all of the TGUI bullshit lol
// if(!in_range(user, src))
// return
// var/new_color = input(user, "Pick a color", "Color Selection", detail_color) as color|null
// var/new_color = tgui_color_picker(user, "Pick a color", "Color Selection", detail_color)
// if(!new_color)
// return
// detail_color = new_color
// update_icon()
// update_icon()