mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
New Player/Character Setup (Fake)NanoUI
While I consider Polaris' character setup screen to be mechanically better than most others, it wasn't prettier. Well. It was a bit. But now it's more pretty-er. Used the fake NanoUI 'browser' datum to render the pages for the New Player panel and the Character Setup screen.
This commit is contained in:
@@ -211,7 +211,10 @@ datum/preferences
|
||||
dat += player_setup.content(user)
|
||||
|
||||
dat += "</html></body>"
|
||||
user << browse(dat, "window=preferences;size=635x736")
|
||||
//user << browse(dat, "window=preferences;size=635x736")
|
||||
var/datum/browser/popup = new(user, "Character Setup","Character Setup", 635, 736, src)
|
||||
popup.set_content(dat)
|
||||
popup.open()
|
||||
|
||||
/datum/preferences/proc/process_link(mob/user, list/href_list)
|
||||
if(!user) return
|
||||
|
||||
Reference in New Issue
Block a user