Skip to content

Commit 75ce25c

Browse files
add animation crossfade default values for examples
1 parent 9307ac4 commit 75ce25c

File tree

3 files changed

+85
-33
lines changed

3 files changed

+85
-33
lines changed

examples/3d-lane-runner/3d-lane-runner.json

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"firstLayout": "Menu",
33
"gdVersion": {
4-
"build": 223,
4+
"build": 224,
55
"major": 5,
66
"minor": 5,
77
"revision": 0
@@ -1551,6 +1551,7 @@
15511551
],
15521552
"content": {
15531553
"centerLocation": "ObjectCenter",
1554+
"crossfadeDuration": 0.5,
15541555
"depth": 143,
15551556
"height": 143,
15561557
"keepAspectRatio": true,
@@ -1774,6 +1775,7 @@
17741775
],
17751776
"content": {
17761777
"centerLocation": "ObjectCenter",
1778+
"crossfadeDuration": 0,
17771779
"depth": 99,
17781780
"height": 99,
17791781
"keepAspectRatio": true,
@@ -1805,6 +1807,7 @@
18051807
],
18061808
"content": {
18071809
"centerLocation": "ModelOrigin",
1810+
"crossfadeDuration": 0,
18081811
"depth": 18.752,
18091812
"height": 62.66935348510742,
18101813
"keepAspectRatio": true,
@@ -3438,6 +3441,7 @@
34383441
],
34393442
"content": {
34403443
"centerLocation": "ModelOrigin",
3444+
"crossfadeDuration": 0,
34413445
"depth": 64,
34423446
"height": 64,
34433447
"keepAspectRatio": true,

0 commit comments

Comments
 (0)