Skip to content

Commit

Permalink
the j
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jan 1, 2025
1 parent 3389a78 commit 1404432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extraParams.hxml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--macro raylib.macros.GlobalMetadata.run()
-D no_console
--define no_console
3 changes: 1 addition & 2 deletions haxelib.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"Vortex"
],
"dependencies": {
"hxcpp": "",
"lime": ""
"hxcpp": ""
},
"classPath": "src"
}
1 change: 1 addition & 0 deletions test/src/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 1404432

Please sign in to comment.