Gave more slots for dynamic object action buttons

This commit is contained in:
ZomgPonies
2014-07-15 09:30:36 -04:00
parent 4bfb46037f
commit fa8ed8a5b1
2 changed files with 15 additions and 0 deletions
+5
View File
@@ -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"
+10
View File
@@ -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