makeTriangleSprite() add and position arrows horizontally

This commit is contained in:
2022-01-24 13:25:55 -07:00
parent 2fd49f80ff
commit 115b450f2f
4 changed files with 36 additions and 31 deletions

View File

@@ -0,0 +1,8 @@
package;
import kiss.Prelude;
import kiss.List;
import flixel.FlxSprite;
@:build(kiss.Kiss.build())
class ActionSprite extends FlxSprite {}