more simplification of html wrapper stuff and associated properties files
This commit is contained in:
parent
34fbb4a469
commit
cd9eb22b48
2
dist/FlxBloom.properties
vendored
2
dist/FlxBloom.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Flixel Bloom
|
title=Flixel Bloom
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=flixel-bloom-app
|
application=flixel-bloom-app
|
||||||
swf=FlxBloom
|
swf=FlxBloom
|
||||||
width=800
|
width=800
|
||||||
|
2
dist/FlxBlur.properties
vendored
2
dist/FlxBlur.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Flixel Blur
|
title=Flixel Blur
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=flixel-blur-app
|
application=flixel-blur-app
|
||||||
swf=FlxBlur
|
swf=FlxBlur
|
||||||
width=800
|
width=800
|
||||||
|
2
dist/FlxCollisions.properties
vendored
2
dist/FlxCollisions.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Flixel Collisions
|
title=Flixel Collisions
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=flixel-collisions-app
|
application=flixel-collisions-app
|
||||||
swf=FlxCollisions
|
swf=FlxCollisions
|
||||||
width=800
|
width=800
|
||||||
|
2
dist/FlxInvaders.properties
vendored
2
dist/FlxInvaders.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Flixel Invaders
|
title=Flixel Invaders
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=flixel-invaders-app
|
application=flixel-invaders-app
|
||||||
swf=FlxInvaders
|
swf=FlxInvaders
|
||||||
width=800
|
width=800
|
||||||
|
2
dist/FlxTeroids.properties
vendored
2
dist/FlxTeroids.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Flixel Teroids
|
title=Flixel Teroids
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=flixel-teroids-app
|
application=flixel-teroids-app
|
||||||
swf=FlxTeroids
|
swf=FlxTeroids
|
||||||
width=800
|
width=800
|
||||||
|
2
dist/HelloWorld.properties
vendored
2
dist/HelloWorld.properties
vendored
@ -1,7 +1,5 @@
|
|||||||
title=Hello World
|
title=Hello World
|
||||||
bgcolor=#000
|
bgcolor=#000
|
||||||
useBrowserHistory=false
|
|
||||||
expressInstallSwf=false
|
|
||||||
application=hello-world-app
|
application=hello-world-app
|
||||||
swf=HelloWorld
|
swf=HelloWorld
|
||||||
width=800
|
width=800
|
||||||
|
@ -60,11 +60,6 @@ def _get_defines_from_properties_file(properties_file):
|
|||||||
VARS = (
|
VARS = (
|
||||||
('title', ''),
|
('title', ''),
|
||||||
('bgcolor', ''),
|
('bgcolor', ''),
|
||||||
('useBrowserHistory', ''),
|
|
||||||
('version_major', 0),
|
|
||||||
('version_minor', 0),
|
|
||||||
('version_revision', 0),
|
|
||||||
('expressInstallSwf', ''),
|
|
||||||
('application', ''),
|
('application', ''),
|
||||||
('swf', ''),
|
('swf', ''),
|
||||||
('width', ''),
|
('width', ''),
|
||||||
|
Loading…
Reference in New Issue
Block a user