more simplification of html wrapper stuff and associated properties files

This commit is contained in:
Dan Buch 2010-04-19 20:03:11 -04:00
parent 34fbb4a469
commit cd9eb22b48
7 changed files with 0 additions and 17 deletions

View File

@ -1,7 +1,5 @@
title=Flixel Bloom
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=flixel-bloom-app
swf=FlxBloom
width=800

View File

@ -1,7 +1,5 @@
title=Flixel Blur
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=flixel-blur-app
swf=FlxBlur
width=800

View File

@ -1,7 +1,5 @@
title=Flixel Collisions
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=flixel-collisions-app
swf=FlxCollisions
width=800

View File

@ -1,7 +1,5 @@
title=Flixel Invaders
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=flixel-invaders-app
swf=FlxInvaders
width=800

View File

@ -1,7 +1,5 @@
title=Flixel Teroids
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=flixel-teroids-app
swf=FlxTeroids
width=800

View File

@ -1,7 +1,5 @@
title=Hello World
bgcolor=#000
useBrowserHistory=false
expressInstallSwf=false
application=hello-world-app
swf=HelloWorld
width=800

View File

@ -60,11 +60,6 @@ def _get_defines_from_properties_file(properties_file):
VARS = (
('title', ''),
('bgcolor', ''),
('useBrowserHistory', ''),
('version_major', 0),
('version_minor', 0),
('version_revision', 0),
('expressInstallSwf', ''),
('application', ''),
('swf', ''),
('width', ''),