Skip to content

Commit 0091d4a

Browse files
committed
Revert "rename hit.png to fix HTML5 preloading?"
This reverts commit 9d52101.
1 parent 36283c3 commit 0091d4a

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Arcade/Flixius/assets/images/hit.png

1 KB
Loading
-189 Bytes
Binary file not shown.

Arcade/Flixius/source/Hit.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Hit extends FlxSprite
1212
public function new(P:Player)
1313
{
1414
super(0, 0);
15-
loadGraphic(AssetPaths.hitEffect__png, true, 9, 9);
15+
loadGraphic(AssetPaths.hit__png, true, 9, 9);
1616
animation.add("hit", [0, 1, 2], 12, false);
1717
_pos = FlxPoint.get();
1818
_player = P;

0 commit comments

Comments
 (0)