Skip to content

Commit

Permalink
Update z-index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewvaughan authored May 9, 2024
1 parent b8748f9 commit 95c35f5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/src/enums/z-index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ export declare enum ZIndex {
Wires = 10,
WireBridges = 11,
WireBridgesFront = 12,
LogicWires = 13,
LogicGates = 14,
LogicGatesFront = 15,
LogicGates = 13,
LogicGatesFront = 14,
LogicWires = 15,
InteriorWall = 16,
GasFront = 17,
BuildingBack = 18,
Expand All @@ -36,4 +36,4 @@ export declare enum ZIndex {
FXFront2 = 33,
SceneMAX = 34
}
//# sourceMappingURL=z-index.d.ts.map
//# sourceMappingURL=z-index.d.ts.map

0 comments on commit 95c35f5

Please sign in to comment.