]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commit
Merge branch 'sev/crosshairs_size' into 'master'
authorMario <zacjardine@y7mail.com>
Wed, 4 Feb 2015 03:20:10 +0000 (03:20 +0000)
committerMario <zacjardine@y7mail.com>
Wed, 4 Feb 2015 03:20:10 +0000 (03:20 +0000)
commitc36125569f424bea49b14873f7235e220b5806ef
tree5480eca7829506d56ce6bec40918b9ac242c33f7
parent647dc46763c20178c5d9623f152671cfa1655277
parentfa0bc2d260edf7560e4ba5854c02a6a5d2d79dc1
Merge branch 'sev/crosshairs_size' into 'master'

Crosshair size

I've noticed that the default scale of the crosshairs is quite small. This causes aliasing issues, even at a resolution of 1920x1080, esp. for the per-weapon crosshairs.

With this branch I propose to slightly increase the default scale of all crosshairs from 0.3 to 0.4, as well as to increase some of the per-weapon crosshair scales,
to improve the first impression.

Before/After (1920x1080):
![crosshairs](https://gitlab.com/uploads/xonotic/xonotic-data.pk3dir/15a0b111db/crosshairs.png)

See merge request !104