Skip to content

Commit

Permalink
add Item ID Flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Mintraspberry Cool committed Jul 10, 2024
1 parent 365751b commit 31e9889
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ui/RainbowPieUI/ui_extras/inventory_screen_controls.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"size": [ 16, 16 ],
"layer": 10,
"property_bag": {
"#item_id_aux": "(401 * 65536)"
"#item_id_aux": "($rainbowpie_ui_flag_item_clock_id * 65536)"
}
}
},
Expand All @@ -80,7 +80,7 @@
"size": [ 16, 16 ],
"layer": 10,
"property_bag": {
"#item_id_aux": "(399 * 65536)"
"#item_id_aux": "($rainbowpie_ui_flag_item_compass_id * 65536)"
}
}
},
Expand All @@ -89,7 +89,7 @@
"size": [ 16, 16 ],
"layer": 10,
"property_bag": {
"#item_id_aux": "(665 * 65536)"
"#item_id_aux": "($rainbowpie_ui_flag_item_recovery_compass_id * 65536)"
}
}
}
Expand Down
5 changes: 5 additions & 0 deletions ui/_global_variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,11 @@
"$rainbowpie_ui_flag_hudtitle_default_font": false,
"$rainbowpie_ui_flag_huditemname_default_font": false,
"$rainbowpie_ui_flag_flying_item_renderer": false, // Use flying_item_renderer on mouse mode

// Item ID Flags
"$rainbowpie_ui_flag_item_clock_id": 401,
"$rainbowpie_ui_flag_item_compass_id": 399,
"$rainbowpie_ui_flag_item_recovery_compass_id": 665,

// Unnamed Flags
"$rainbowpie_ui_flag_71042f58": false, // Disable background on selector
Expand Down

0 comments on commit 31e9889

Please sign in to comment.