Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 0c51d2d

Browse files
committed
hold render fix, stealth mod on holds now are smoother
1 parent ba0d15c commit 0c51d2d

File tree

6 files changed

+542
-19
lines changed

6 files changed

+542
-19
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,7 @@
5454
- 3D Rotation for regular notes (also holds)
5555
- AngleX, AngleY, AngleZ now are visuals components.
5656
- Custom 3D Camera (Matrix3D)
57+
58+
# 08/12/24
5759
- Skew Mods
58-
- Stealth mods (alpha, glows) now are smoother on holds.
60+
- Stealth mods (alpha, glows) now are smoother on holds (depending of your hold subdivition).

source/flixel/FlxCamera.hx

-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
package flixel;
22

3-
apackage flixel;
4-
53
import flixel.graphics.tile.FlxGraphicsShader;
64
import openfl.filters.ShaderFilter;
75
import openfl.display.Bitmap;

0 commit comments

Comments
 (0)