Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/haxeflixel/flixel-demos into…
Browse files Browse the repository at this point in the history
… dev
  • Loading branch information
Geokureli committed May 1, 2024
2 parents f546d22 + d2ffcfe commit acb846c
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"Features/SplitScreen/source",
"Features/SubState/source",
"Features/Tilemap/source",
"Graphics/FlxAsepriteUtils/source",
"Graphics/FlxAsepriteUtil/source",
"Input/FlxAccelerometer/source",
"Input/FlxAction/source",
"Input/FlxMouseEvent/source",
Expand Down
3 changes: 2 additions & 1 deletion Effects/FlxSpriteFilters/source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ class PlayState extends FlxState

function updateFilter(spr:FlxSprite, sprFilter:FlxFilterFrames)
{
// spr.offset.set();
// Reset the offset, it will ballon with each apply call
spr.offset.set();
sprFilter.applyToSprite(spr, false, true);
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<!-- _________________________ Application Settings _________________________ -->

<app title="FlxAsepriteUtils" file="FlxAsepriteUtils" main="Main" version="0.0.1" company="HaxeFlixel" />
<app title="FlxAsepriteUtil" file="FlxAsepriteUtil" main="Main" version="0.0.1" company="HaxeFlixel" />

<!--The flixel preloader is not accurate in Chrome. You can use it regularly if you embed the swf into a html file
or you can set the actual size of your file manually at "FlxPreloaderBase-onUpdate-bytesTotal"!-->
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FlxAsepriteUtils
# FlxAsepriteUtil

Demonstrates how to utilize Aseprite art files with the built-in FlxAsepriteUtils functionality.
Demonstrates how to utilize Aseprite art files with the built-in FlxAsepriteUtil functionality.

## Table of Contents

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.

0 comments on commit acb846c

Please sign in to comment.