Skip to content

Commit

Permalink
change resizable="true" for html5 demos (#336)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjamuffin99 authored Mar 31, 2024
1 parent c315174 commit 0370009
Show file tree
Hide file tree
Showing 78 changed files with 79 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Arcade/Breakout/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/Flappybalt/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="480" height="720" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/Flixius/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<window width="1280" height="720" fps="60" background="#160100" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/FlxInvaders/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/FlxLightPuzzle/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="1024" height="576" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/FlxPongApi/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="900" height="300" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/FlxSnake/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/FlxTeroids/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Arcade/MinimalistTD/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Editors/FlxPexParser/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Editors/FlxSpine/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Editors/TexturePackerAtlas/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Editors/TiledEditor/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/BlendModeShaders/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/BlendModes/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="1024" height="768" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/DynamicShadows/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="320" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/Filters/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FloodFill/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxBloom/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxBlur/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxEffectSprite/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxFloodFill/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxSimplex/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxSkewedSprite/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="600" height="200" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxSpriteFilters/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxTrailArea/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/FlxTween/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/MosaicEffect/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/Parallax/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="120" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="false" />
Expand Down
2 changes: 1 addition & 1 deletion Effects/Transitions/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/CollisionAndGrouping/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="400" height="300" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxCamera/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxFSM/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxNape/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxNapeTerrain/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxScene/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/FlxSound/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/HeatmapPathfinding/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/Particles/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/Pathfinding/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="600" height="400" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/Replay/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="400" height="300" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/Save/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="400" height="300" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/ScaleModes/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
2 changes: 1 addition & 1 deletion Features/SetTileProperties/Project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />

<!--HTML5-specific-->
<window if="html5" resizable="false" />
<window if="html5" resizable="true" />

<!--Desktop-specific-->
<window if="desktop" orientation="landscape" fullscreen="false" resizable="true" />
Expand Down
Loading

0 comments on commit 0370009

Please sign in to comment.