[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#383316: Stage lighting



The new version of FoF has stage effects and lighting during the song.
I've updated rules so that stage.ini is installed, however with the PNG
files it seems to get the scaling wrong and as such you can't see the
notes you are meant to be playing. The attached patch fixes this,
although possibly the correct fix is generating the pngs differently. We
either need to apply this while we are distributing pngs, or get
upstream to fix this somehow.

Matt
--- stage.ini.old	2007-05-01 16:43:26.400039341 +0100
+++ stage.ini	2007-05-01 16:45:28.322987334 +0100
@@ -110,8 +110,8 @@
 yres         = 256
 xpos         = -0.87
 ypos         = -0.75
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 src_blending = one
 dst_blending = one
 foreground   = 1
@@ -135,8 +135,8 @@
 yres         = 256
 xpos         = -0.69
 ypos         = -0.8
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 angle        = -12.0
 src_blending = one
 dst_blending = one
@@ -161,8 +161,8 @@
 yres         = 256
 xpos         = -0.48
 ypos         = -0.83
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 angle        = -16.0
 src_blending = one
 dst_blending = one
@@ -187,8 +187,8 @@
 yres         = 256
 xpos         = 0.83
 ypos         = -0.75
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 src_blending = one
 dst_blending = one
 foreground   = 1
@@ -212,8 +212,8 @@
 yres         = 256
 xpos         = 0.64
 ypos         = -0.84
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 angle        = 12.0
 src_blending = one
 dst_blending = one
@@ -238,8 +238,8 @@
 yres         = 256
 xpos         = 0.46
 ypos         = -0.9
-xscale       = 3.0
-yscale       = 3.0
+xscale       = 1.0
+yscale       = 2.0
 angle        = 19.0
 src_blending = one
 dst_blending = one

Attachment: signature.asc
Description: Digital signature


Reply to: