You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/reviewed/SmoothCamera.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
"name": "SmoothCamera",
10
10
"previewIconUrl": "https://resources.gdevelop-app.com/assets/Icons/Line Hero Pack/Master/SVG/Computers and Hardware/Computers and Hardware_camcoder_gopro_go_pro_camera.svg",
11
11
"shortDescription": "Smoothly scroll to follow an object.",
12
-
"version": "0.4.3",
12
+
"version": "0.4.4",
13
13
"description": [
14
14
"The camera follows an object according to:",
15
15
"- a frame rate independent catch-up speed to make the scrolling from smooth to strong",
@@ -1337,7 +1337,7 @@
1337
1337
"value": "SetNumberVariable"
1338
1338
},
1339
1339
"parameters": [
1340
-
"FollowFreeAreaTop",
1340
+
"FollowFreeAreaRight",
1341
1341
"=",
1342
1342
"max(0, Value)"
1343
1343
]
@@ -1382,7 +1382,7 @@
1382
1382
"value": "SetNumberVariable"
1383
1383
},
1384
1384
"parameters": [
1385
-
"FollowFreeAreaTop",
1385
+
"FollowFreeAreaLeft",
1386
1386
"=",
1387
1387
"max(0, Value)"
1388
1388
]
@@ -1538,7 +1538,7 @@
1538
1538
"type": "behavior"
1539
1539
},
1540
1540
{
1541
-
"description": "Leftward maximum speed (in ratio per second)",
1541
+
"description": "Leftward maximum speed (in pixels per second)",
1542
1542
"name": "Value",
1543
1543
"type": "expression"
1544
1544
}
@@ -1562,7 +1562,7 @@
1562
1562
"value": "SetNumberVariable"
1563
1563
},
1564
1564
"parameters": [
1565
-
"LeftwardSpeedMax",
1565
+
"RightwardSpeedMax",
1566
1566
"=",
1567
1567
"max(0, Value)"
1568
1568
]
@@ -2088,18 +2088,6 @@
2088
2088
"name": "SetOffsetYOp",
2089
2089
"sentence": "",
2090
2090
"events": [
2091
-
{
2092
-
"type": "BuiltinCommonInstructions::Comment",
2093
-
"color": {
2094
-
"b": 109,
2095
-
"g": 230,
2096
-
"r": 255,
2097
-
"textB": 0,
2098
-
"textG": 0,
2099
-
"textR": 0
2100
-
},
2101
-
"comment": "Deprecated use SetOffsetYOp instead."
2102
-
},
2103
2091
{
2104
2092
"type": "BuiltinCommonInstructions::Standard",
2105
2093
"conditions": [],
@@ -2141,6 +2129,18 @@
2141
2129
"private": true,
2142
2130
"sentence": "Change the camera offset on Y axis of _PARAM0_: _PARAM2_",
0 commit comments