Skip to content

Commit

Permalink
Added rule groups icons
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 22, 2023
1 parent 48e883a commit ebbbe43
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -899,10 +899,17 @@ typedef LayerDefJson = {
typedef AutoLayerRuleGroupJson = {
var uid: Int;
var name: String;

@added("1.3.5")
var ?color: String;

@added("1.3.5")
var ?icon: Null<TilesetRect>;

var active: Bool;

var rules: Array<AutoRuleDef>;

@added("0.9.0")
var isOptional: Bool;

Expand Down

0 comments on commit ebbbe43

Please sign in to comment.