init
This commit is contained in:
Executable
+27
@@ -0,0 +1,27 @@
|
||||
; Pinball INI-File by KIWI Hamburg
|
||||
|
||||
[Settings]
|
||||
; The speed setting defines the "time resolution" of the graphics.
|
||||
; The higher the setting, the "smoother" the ball will run.
|
||||
; However, if your hardware is too slow for the current speed setting,
|
||||
; the pinball machine might "hang" or not react correctly.
|
||||
; The speed setting DOES NOT influence game speed.
|
||||
; In any case, try setting your Windows graphics resolution to
|
||||
; 640x480 pixel in 256 colours before changing this setting.
|
||||
; Speed=1 for slow graphics hardware
|
||||
; Speed=5 for very fast graphics hardware
|
||||
; Default: Speed=3
|
||||
Speed=3
|
||||
|
||||
; Sound=1 for Sounds on
|
||||
; Sound=0 for Sounds off
|
||||
; Default: Sounds=1
|
||||
Sounds=1
|
||||
|
||||
;Language=1 for english helpscreen
|
||||
;Language=2 for german helpscreen
|
||||
;Language=3 for french helpscreen
|
||||
;Language=4 for italian helpscreen
|
||||
;Language=5 for spanish helpscreen
|
||||
;Default: Language=1
|
||||
Language=2
|
||||
Reference in New Issue
Block a user