mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Merge branch 'hairwidthcrosshair' into 'master'
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Some checks failed
Build and test / Ubuntu (push) Has been cancelled
Build and test / MacOS (push) Has been cancelled
Build and test / Read .env file and expose it as output (push) Has been cancelled
Build and test / Windows (2019) (push) Has been cancelled
Build and test / Windows (2022) (push) Has been cancelled
Make the crosshair smaller See merge request OpenMW/openmw!4608
This commit is contained in:
commit
839b38abdf
1 changed files with 2 additions and 3 deletions
|
@ -108,8 +108,7 @@
|
|||
</Widget>
|
||||
|
||||
<!-- Crosshair -->
|
||||
<Widget type="ImageBox" skin="HUD_Crosshair" position="0 0 32 32" align="Center Center" name="Crosshair">
|
||||
</Widget>
|
||||
<Widget type="ImageBox" skin="HUD_Crosshair" position="0 0 27 27" align="Center Center" name="Crosshair"/>
|
||||
|
||||
</Widget>
|
||||
|
||||
|
@ -131,4 +130,4 @@
|
|||
</Widget>
|
||||
</Widget>
|
||||
|
||||
</MyGUI>
|
||||
</MyGUI>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue