mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 18:44:48 +01:00
Gave more slots for dynamic object action buttons
This commit is contained in:
@@ -19,6 +19,11 @@
|
||||
#define ui_action_slot3 "3:10,16:26"
|
||||
#define ui_action_slot4 "4:12,16:26"
|
||||
#define ui_action_slot5 "5:14,16:26"
|
||||
#define ui_action_slot6 "6:16,16:26"
|
||||
#define ui_action_slot7 "7:18,16:26"
|
||||
#define ui_action_slot8 "8:20,16:26"
|
||||
#define ui_action_slot9 "9:22,16:26"
|
||||
#define ui_action_slot10 "10:24,16:26"
|
||||
|
||||
//Middle left indicators
|
||||
#define ui_alienplasmadisplay "1,6:15"
|
||||
|
||||
@@ -540,6 +540,16 @@
|
||||
A.screen_loc = ui_action_slot4
|
||||
if(5)
|
||||
A.screen_loc = ui_action_slot5
|
||||
if(6)
|
||||
A.screen_loc = ui_action_slot6
|
||||
if(7)
|
||||
A.screen_loc = ui_action_slot7
|
||||
if(8)
|
||||
A.screen_loc = ui_action_slot8
|
||||
if(9)
|
||||
A.screen_loc = ui_action_slot9
|
||||
if(10)
|
||||
A.screen_loc = ui_action_slot10
|
||||
break //5 slots available, so no more can be added.
|
||||
num++
|
||||
src.client.screen += src.hud_used.item_action_list
|
||||
Reference in New Issue
Block a user