Skip to content

Commit

Permalink
fix zorder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGemDev committed May 5, 2024
1 parent af8fccf commit 0d251f0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/layouts/game_world.json
Expand Up @@ -18,7 +18,7 @@
"gridColor": 10401023,
"gridAlpha": 0.8,
"snap": true,
"zoomFactor": 0.3143997506548771,
"zoomFactor": 0.19117730236712072,
"windowMask": false
},
"objectsGroups": [
Expand Down Expand Up @@ -1454,7 +1454,7 @@
"width": 350,
"x": 770,
"y": -1750,
"zOrder": 12643685,
"zOrder": 12,
"numberProperties": [],
"stringProperties": [],
"initialVariables": []
Expand All @@ -1471,7 +1471,7 @@
"width": 350,
"x": 2170,
"y": -1750,
"zOrder": 12643685,
"zOrder": 12,
"numberProperties": [],
"stringProperties": [],
"initialVariables": []
Expand Down

0 comments on commit 0d251f0

Please sign in to comment.