Skip to content

Commit

Permalink
make stuff actually antialiased (and run formatter on some stuff)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion committed Jul 7, 2024
1 parent 2ccf702 commit 168d441
Show file tree
Hide file tree
Showing 10 changed files with 1,362 additions and 1,360 deletions.
4 changes: 3 additions & 1 deletion source/modding/CharacterConfig.hx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ typedef CharacterConfig =
var healthIcon:String;
var antialiased:Null<Bool>;
var antialiasing:Null<Bool>;
//any extra spritesheets to load with the main sheet.
/**
* Any extra spritesheets to be with the main sheet.
*/
var extraSheets:Array<String>;
}

Expand Down
Loading

0 comments on commit 168d441

Please sign in to comment.