diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 02:21:09 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 02:21:09 +1000 |
commit | 1fc295b97975d20ed0f8011c1ece6fcd687c97cd (patch) | |
tree | fa924eef7d5e4a1687a84f27446e375c53884d99 /assets/opensb/interface | |
parent | 69b8eed8f76c85695bafd9d0f179e53a2ba43e15 (diff) |
Fun: Draw the actual Humanoid in the inventory pane
undecided. might need to set a scissor rect on the portrait
Diffstat (limited to 'assets/opensb/interface')
-rw-r--r-- | assets/opensb/interface/windowconfig/playerinventory.config.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/opensb/interface/windowconfig/playerinventory.config.patch b/assets/opensb/interface/windowconfig/playerinventory.config.patch new file mode 100644 index 0000000..4002c9e --- /dev/null +++ b/assets/opensb/interface/windowconfig/playerinventory.config.patch @@ -0,0 +1,7 @@ +{ + "paneLayout" : { + "portrait" : { + "renderHumanoid" : true + } + } +}
\ No newline at end of file |