diff data/ST/make_stage.py @ 117:1ec8be40880f

[Data] Fix a crash with 102h.exe (missing music), and fix bullet sizes
author Thibaut Girka <thib@sitedethib.com>
date Wed, 07 Sep 2011 12:10:28 +0200
parents f0e6ae22d29a
children 4300a832f033
line wrap: on
line diff
--- a/data/ST/make_stage.py
+++ b/data/ST/make_stage.py
@@ -78,6 +78,7 @@ for model in models:
 
 stage = Stage()
 stage.name = 'Test by ThibG'
+stage.bgms = ('', 'bgm/th06_15.mid'), ('', ''), ('', ''), ('', '')
 stage.models = models
 stage.object_instances = instances
 stage.script = [(0, 1, (50, 0, 50, 300.0, 800.0)),