* Update rules.txt
Update 16:10 resolutions to fix rounding errors and remove black line at the bottom of the screen.
* Update rules.txt
Update 16:10 resolutions to fix rounding errors and remove black line at the bottom of the screen.
* Update resolutions_1080.md
Fix up 16:10 resolutions to prevent rounding down issues.
Changed so that now only common resolutions appear. 16:10 resolutions were added due to demand.
Only packs that don't have the reformatting are those with extra variables.
The resoluton list for 1280x720 and 1920x1080 games is in docs/resources, use this list for graphic pack development.
* Delete 42f0844ab0996fe2_0000000000000079_ps.txt
This shader allows for changing of the color for the pixel-mess texture and or making it transparent/opaque. However its also responsible for the Cursor Text in selection screen. So messing with this Shader also messes with the Cursor text. The best way to hide the pixel-mess is to do it the old "version 2" way.
* Update rules.txt
The best way to hide the pixel-mess is to do it the old "version 2" way. Messing with shaders also affects the cursor in selection screen.
* Update 315d61ad21f97614_0000000000000000_vs.txt
Proper Cast the variables as floats because they were failing to compile.
* Update 4b92e636153d6b54_0000000000000000_vs.txt
Proper Cast the variables as floats because they were failing to compile.
* Delete 1ed6dd85057f3924_0000000000000000_vs.txt
It is not needed as editing this shader won't fix the issue.
* Add files via upload
Fragment Shader that when modified does the same thing as resizing the pixel mess texture. However the shader is reloadable.
* Update rules.txt
Presets to load hide the pixel mess broken effect and set it back to original behavior.
Adds the rounded resolution with it's format along. It also moves it to Enhancements since you wouldn't really get much of a performance boost from it.
* Remove quotation marks.
* Remove quotation marks (again)
I think it should be a standard to not use quotation marks on the start and end of a graphic pack description.