-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes ammo counter hud position, hard del, and cleans up unused defin…
…es (#533) * Fixes ammo counter hud position, hard del, and borg pda ui position * These are unused now as well
- Loading branch information
1 parent
8dff395
commit a9e0167
Showing
2 changed files
with
3 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,5 @@ | ||
// ERP stuff | ||
#define ui_vagina "LEFT+1:8,BOTTOM+4:14" | ||
#define ui_vagina_down "LEFT+1:8,BOTTOM+1:8" | ||
#define ui_anus "LEFT+2:10,BOTTOM+4:14" | ||
#define ui_anus_down "LEFT+2:10,BOTTOM+1:8" | ||
#define ui_nipples "LEFT:6,BOTTOM+5:17" | ||
#define ui_nipples_down "LEFT:6,BOTTOM+2:11" | ||
#define ui_penis "LEFT+1:8,BOTTOM+5:17" | ||
#define ui_penis_down "LEFT+1:8,BOTTOM+2:11" | ||
#define ui_erp_inventory "LEFT:6,BOTTOM+1:8" | ||
#define ui_erp_inventory_up "LEFT:6,BOTTOM+4:14" | ||
|
||
// Cyborg PDA | ||
#define ui_borg_pda_send "CENTER+5:21,BOTTOM:5" // To the right of the alert panel | ||
#define ui_borg_pda_log "CENTER+6:21,BOTTOM:5" | ||
|
||
// Ammo counter | ||
#define ui_ammocounter "RIGHT-1:28,CENTER-5:9" | ||
#define ui_ammocounter "EAST-1:28,CENTER-5:9" | ||
|
||
//Families | ||
#define ui_wanted_lvl "NORTH,11" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters