-
Notifications
You must be signed in to change notification settings - Fork 27
Home
Mat Stares edited this page Feb 23, 2016
·
9 revisions
Installation instructions can be found on The Pressure²Site
--
It's still a thing. Sort of. I'm now focusing most of my time on supporting Pressure², but will continue to support Pressure with bug fixes as I work on an entirely redone version - "Pressure Classic". You can download the latest version of Pressure on Pressure for Steam's GitHub Repo.
--
Please report it on the Issue Tracker.
When reporting a bug always:
- Switch back to Steam's normal theme and see if it occurs there. (If it does, don't report it here, report it to Steam).
- Explain if you are in the Steam BETA. Does it happen out of the BETA?
- Include a Screenshot of the bug.
- Provide steps on how to reproduce the bug.
I welcome anybody who would like to contribute to Pressure² whether it be graphics, code, or written word. If you are contributing code to the project I ask that you follow the code formatting below.
- Always indent with tabs, do not indent with spaces.
- When modifying the layout of elements, always follow a "Left, Top, Right, Bottom, Width by Height" mantra.
Organize any styles in the following way:
bgcolor
selectedbgcolor
textcolor
selectedtextcolor
shadowtextcolor
font-family
font-size
font-weight
font-style
font-outerglow-color
font-outerglow-filtersize
font-outerglow-offset
minimum-width
minimum-height
inset
inset-left
inset-top
inset-right
inset-bottom
padding-left
padding-top
padding-right
padding-bottom
image
And when modifying layouts, organize each control as below:
name
control
region
start
align
dir
x
y
width
height
margin
spacing
overflow
end-right