-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove warnings (for flixel 6) * fix demos for flixel 6
- Loading branch information
Showing
85 changed files
with
343 additions
and
1,202 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,94 @@ | ||
{ | ||
"search.exclude": { | ||
"**/export/**/*.hx": true | ||
"**/export/**": true | ||
}, | ||
"[haxe]": { | ||
"editor.formatOnSave": true | ||
} | ||
"editor.formatOnSave": true, | ||
"editor.formatOnSaveMode": "modifications" | ||
}, | ||
"lime.projectFile": "Tutorials/TurnBasedRPG/Project.xml", | ||
"haxecheckstyle.sourceFolders": [ | ||
"Arcade/Breakout/source", | ||
"Arcade/Flappybalt/source", | ||
"Arcade/Flixius/source", | ||
"Arcade/FlxInvaders/source", | ||
"Arcade/FlxLightPuzzle/source", | ||
"Arcade/FlxPongApi/source", | ||
"Arcade/FlxSnake/source", | ||
"Arcade/FlxTeroids/source", | ||
"Arcade/MinimalistTD/source", | ||
"Editors/FlxPexParser/source", | ||
"Editors/FlxSpine/source", | ||
"Editors/TexturePackerAtlas/source", | ||
"Effects/BlendModes/source", | ||
"Effects/BlendModesShaders/source", | ||
"Effects/DynamicShadows/source", | ||
"Effects/Filters/source", | ||
"Effects/FloodFill/source", | ||
"Effects/FlxBloom/source", | ||
"Effects/FlxBlur/source", | ||
"Effects/FlxClothSprite/source", | ||
"Effects/FlxEffectSprite/source", | ||
"Effects/FlxFloodFill/source", | ||
"Effects/FlxSimplex/source", | ||
"Effects/FlxSkewedSprite/source", | ||
"Effects/FlxSpriteFilters/source", | ||
"Effects/FlxTrailArea/source", | ||
"Effects/FlxTween/source", | ||
"Effects/MosaicEffect/source", | ||
"Effects/Parallax/source", | ||
"Effects/PostProcess/source", | ||
"Effects/Transitions/source", | ||
"Features/CollisionAndGrouping/source", | ||
"Features/Colors/source", | ||
"Features/FlxCamera/source", | ||
"Features/FlxFSM/source", | ||
"Features/FlxNape/source", | ||
"Features/FlxTerrain/source", | ||
"Features/FlxTilemap/source", | ||
"Features/FlxPieDial/source", | ||
"Features/FlxScene/source", | ||
"Features/FlxShape/source", | ||
"Features/FlxSound/source", | ||
"Features/HeatmapPathfinding/source", | ||
"Features/Particles/source", | ||
"Features/Pathfinding/source", | ||
"Features/Replay/source", | ||
"Features/ScaleModes/source", | ||
"Features/SetTileProperties/source", | ||
"Features/SplitScreen/source", | ||
"Features/SubState/source", | ||
"Features/Tilemap/source", | ||
"Graphics/FlxAsepriteUtils/source", | ||
"Input/FlxAccelerometer/source", | ||
"Input/FlxAction/source", | ||
"Input/FlxMouseEvent/source", | ||
"Input/GamepadTest/source", | ||
"Input/GridMovement/source", | ||
"Input/Multitouch/source", | ||
"Other/BSPMapGen/source", | ||
"Other/Calculator/source", | ||
"Other/FlxAsyncLoop/source", | ||
"Other/FlxAtlas/source", | ||
"Other/FrameCollections/source", | ||
"Other/FlxBunnyMark/source", | ||
"Other/FlxRandom/source", | ||
"Other/NeonVector/source", | ||
"Other/PixelPerfectCollision/source", | ||
"Platformers/EZPlatformer/source", | ||
"Platformers/FlipRotationAnimationTiles/source", | ||
"Platformers/FlxCaveGenerator/source", | ||
"Platformers/FlxTilemapExt/source", | ||
"Platformers/Mode/source", | ||
"Platformers/ProjectJumper/source", | ||
"Platformers/Revenge/source", | ||
"Tutorials/TurnBasedRPG/source", | ||
"UserInterface/Cursor/source", | ||
"UserInterface/FileBrowser/source", | ||
"UserInterface/FlxBitmapText/source", | ||
"UserInterface/FlxTextFormat/source", | ||
"UserInterface/FlxTypeText/source", | ||
"UserInterface/RPGInterface/source", | ||
"UserInterface/Tooltips/source" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
package; | ||
|
||
import flixel.FlxGame; | ||
import openfl.Lib; | ||
import openfl.display.Sprite; | ||
|
||
class Main extends Sprite | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../source/openfl8/blends/ColorBurnShader.hx → ...eShaders/source/blends/ColorBurnShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rs/source/openfl8/blends/HardMixShader.hx → ...odeShaders/source/blends/HardMixShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...rs/source/openfl8/blends/LightenShader.hx → ...odeShaders/source/blends/LightenShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ource/openfl8/blends/LinearDodgeShader.hx → ...haders/source/blends/LinearDodgeShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...s/source/openfl8/blends/MultiplyShader.hx → ...deShaders/source/blends/MultiplyShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...source/openfl8/blends/VividLightShader.hx → ...Shaders/source/blends/VividLightShader.hx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package openfl8.blends; | ||
package blends; | ||
|
||
import flixel.system.FlxAssets.FlxShader; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.