diff options
author | JMM889901 <41163714+JMM889901@users.noreply.github.com> | 2022-10-22 03:43:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-22 03:43:16 +0100 |
commit | dae4a32f1c4b0f04a50fa462d00ce6ebee92b2ee (patch) | |
tree | bd941db1e3e80a2a07e0ff86feb71f39583f3c22 /.github | |
parent | e9beee8d500f1729b6c051fba17beb493da43c24 (diff) | |
download | NorthstarMods-dae4a32f1c4b0f04a50fa462d00ce6ebee92b2ee.tar.gz NorthstarMods-dae4a32f1c4b0f04a50fa462d00ce6ebee92b2ee.zip |
Halfway decent fix to allow changing of minimap size and zoom midgame (#265)
* Add files via upload
* Added Getter functions
* typo lol
* Update cl_minimap.gnut
* Mode select updated
RegisterPlaylistBannerImage and GetPlaylistBannerImage had initially been in another file but that file is not present in r2northstar/client, not much point adding the entirety of menu_playlist here since for a few lines, this also wont modify mixtape but i don't think mixtape menu is used anywhere in northstar
* Added rui since basic image cant handle callsigns
added
```
NextModeImageCallsign //For calling card icons
{
ControlName RuiPanel
// xpos -12
ypos -12
wide 480
tall 240
visible 1
scaleImage 1
zpos 2
pin_to_sibling NextModeImageFrame
pin_corner_to_sibling BOTTOM
pin_to_sibling_corner BOTTOM
rui "ui/callsign_icon_button.rpak" //For callsign mode images
}
```
* Revert "Added rui since basic image cant handle callsigns"
This reverts commit b2623ec41ca944fc0ac3386ae0346464da07a8b3.
* Revert "Mode select updated"
This reverts commit 2c6f430775c84ef252402b6b447b01fd394459a9.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions