Progress bar pref (#1938)

changes:

Players can now toggle progress bars on/off in Preferences.
This just adds another flag to the parallax toggles pref to keep things simple.
This commit is contained in:
Lohikar
2017-03-19 11:39:23 +02:00
committed by skull132
parent 301baf8559
commit 2a0353d8f9
5 changed files with 20 additions and 6 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ datum/preferences
// SPAAAACE
var/parallax_speed = 2
var/parallax_togs = PARALLAX_SPACE
var/parallax_togs = PARALLAX_SPACE | PROGRESS_BARS
var/list/pai = list() // A list for holding pAI related data.