diff --git a/extraParams.hxml b/extraParams.hxml index a383a92..ab0c7a6 100644 --- a/extraParams.hxml +++ b/extraParams.hxml @@ -1,2 +1,2 @@ --macro raylib.macros.GlobalMetadata.run() --D no_console \ No newline at end of file +--define no_console \ No newline at end of file diff --git a/haxelib.json b/haxelib.json index 10e85c3..441167b 100644 --- a/haxelib.json +++ b/haxelib.json @@ -17,8 +17,7 @@ "Vortex" ], "dependencies": { - "hxcpp": "", - "lime": "" + "hxcpp": "" }, "classPath": "src" } \ No newline at end of file diff --git a/test/src/PlayState.hx b/test/src/PlayState.hx index 581f045..2c483f1 100644 --- a/test/src/PlayState.hx +++ b/test/src/PlayState.hx @@ -18,6 +18,7 @@ class PlayState extends FlxState { skateboard = new FlxSprite(); skateboard.loadGraphic("images/skateboard.png"); skateboard.velocity.x = 15; + skateboard.antialiasing = true; add(skateboard); scythe = new FlxSprite();