Skip to content

Commit

Permalink
Added invalidated flag to rules
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Jan 11, 2024
1 parent 8e70641 commit 450a662
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ldtk/Json.hx
Original file line number Diff line number Diff line change
Expand Up @@ -1050,6 +1050,10 @@ typedef AutoRuleDef = {
var perlinOctaves: Float;

var perlinSeed: Float;

/** If TRUE, then the rule should be re-evaluated by the editor at one point **/
@added("1.5.2")
var invalidated: Bool;
};


Expand Down

0 comments on commit 450a662

Please sign in to comment.