Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
what-is-a-git committed Jul 7, 2024
2 parents d434795 + 168d441 commit f25687d
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 f25687d

Please sign in to comment.