mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 05:27:01 +01:00
HUD Update
TG: - User interface updates. Revision: r3646 Author: baloh.matevz TG: - Added a character setup option which allows you to pick between the Midnight, Orange and Old icon sets for the user interface. - Deleted most of the unneeded icons from screen1_Midnight.dmi Use that as the reference for making new icon sets. Revision: r3647 Author: baloh.matevz
This commit is contained in:
+3
-1
@@ -402,7 +402,9 @@
|
||||
var/obj/screen/r_hand_hud_object = null
|
||||
var/obj/screen/l_hand_hud_object = null
|
||||
var/list/obj/screen/intent_small_hud_objects = null
|
||||
var/show_intent_icons = 0
|
||||
var/show_intent_icons = 1
|
||||
var/list/obj/screen/hotkeybuttons = null
|
||||
var/hotkey_ui_hidden = 0 //This is to hide the buttons that can be used via hotkeys. (hotkeybuttons list of buttons)
|
||||
|
||||
var/h_type = /obj/screen //this is like...the most pointless thing ever. Use a god damn define!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user