Skip to content

Commit

Permalink
Reduced the max size of the Psi bar #1618
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 8, 2020
1 parent 000cc2e commit 252def9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions config/psi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
general {
# The harvest level of a CAD for the purposes of block breaking spells. 3 is diamond level. Defaults to 2 (iron level)
I:"CAD Harvest Level"=7

# Set this to true to disable all server side features from Magical Psi, to allow you to use it purely as a client side mod
B:"Client Side Magical Psi"=false

# Controls whether the Psi Bar should be hidden if it's full and the player is holding an item that uses Psi.
B:"Context Sensitive Bar"=true

# The maximum scale your Psi bar can be. This prevents it from being too large on a bigger GUI scale. This is maximum amount of "on screen pixels" each actual pixel can take.
I:"Maximum Psi Bar Scale"=3
I:"Maximum Psi Bar Scale"=2

# Controls whether the Psi Bar should be rendered on the right of the screen or not.
B:"Psi Bar on the Right"=true
Expand Down

0 comments on commit 252def9

Please sign in to comment.