Skip to content

Commit

Permalink
Added support for AND/OR modes
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Nov 30, 2023
1 parent 6e4cfbb commit a56fcb1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ typedef AutoLayerRuleGroupJson = {

@added("1.4.2")
var requiredBiomeValues: Array<String>;

@added("1.4.2")
var biomeRequirementMode: Int;
}

/**
Expand Down

0 comments on commit a56fcb1

Please sign in to comment.