Skip to content

Commit

Permalink
add shadows to court
Browse files Browse the repository at this point in the history
final force push :)
  • Loading branch information
TheGemDev committed Apr 20, 2024
1 parent 4624e5b commit 84b2352
Showing 1 changed file with 41 additions and 3 deletions.
44 changes: 41 additions & 3 deletions src/layouts/city.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gridColor": 10401023,
"gridAlpha": 0.8,
"snap": false,
"zoomFactor": 0.2111764582870972,
"zoomFactor": 0.4528098091979962,
"windowMask": false
},
"objectsGroups": [
Expand Down Expand Up @@ -57804,7 +57804,26 @@
"type": "Sprite",
"updateIfNotVisible": false,
"variables": [],
"effects": [],
"effects": [
{
"effectType": "DropShadow",
"name": "Shadow",
"doubleParameters": {
"alpha": 0.2,
"blur": 0,
"distance": 10,
"padding": 0,
"quality": 3,
"rotation": 0
},
"stringParameters": {
"color": "0;0;0"
},
"booleanParameters": {
"shadowOnly": false
}
}
],
"behaviors": [
{
"name": "Bounce",
Expand Down Expand Up @@ -57872,7 +57891,26 @@
"type": "Sprite",
"updateIfNotVisible": false,
"variables": [],
"effects": [],
"effects": [
{
"effectType": "DropShadow",
"name": "Shadow",
"doubleParameters": {
"alpha": 0.2,
"blur": 0,
"distance": 10,
"padding": 0,
"quality": 3,
"rotation": 0
},
"stringParameters": {
"color": "0;0;0"
},
"booleanParameters": {
"shadowOnly": false
}
}
],
"behaviors": [],
"animations": [
{
Expand Down

0 comments on commit 84b2352

Please sign in to comment.