Skip to content

Commit 30611e0

Browse files
committed
Wording.
1 parent 5af6dd3 commit 30611e0

File tree

1 file changed

+32
-62
lines changed

1 file changed

+32
-62
lines changed

examples/360°-platformer/360°-platformer.json

Lines changed: 32 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -27783,7 +27783,7 @@
2778327783
"objectGroups": []
2778427784
},
2778527785
{
27786-
"description": "the collision layer of the object, only interacts with hedgehog platformers of the same layer. ",
27786+
"description": "the collision layer of the object, only interacts with hedgehog platforms of the same layer. ",
2778727787
"fullName": "Collision layer",
2778827788
"functionType": "ExpressionAndCondition",
2778927789
"group": "Hedgehog state",
@@ -28205,7 +28205,18 @@
2820528205
]
2820628206
}
2820728207
],
28208-
"actions": [],
28208+
"actions": [
28209+
{
28210+
"type": {
28211+
"value": "HedgehogPlatformer::HedgehogCharacter::SetPropertyIsJumping"
28212+
},
28213+
"parameters": [
28214+
"Object",
28215+
"Behavior",
28216+
"="
28217+
]
28218+
}
28219+
],
2820928220
"events": [
2821028221
{
2821128222
"type": "BuiltinCommonInstructions::Standard",
@@ -28498,6 +28509,16 @@
2849828509
""
2849928510
]
2850028511
},
28512+
{
28513+
"type": {
28514+
"value": "HedgehogPlatformer::HedgehogCharacter::SetPropertyIsJumping"
28515+
},
28516+
"parameters": [
28517+
"Object",
28518+
"Behavior",
28519+
"="
28520+
]
28521+
},
2850128522
{
2850228523
"type": {
2850328524
"value": "HedgehogPlatformer::HedgehogCharacter::SetPropertySpeedY"
@@ -28680,58 +28701,7 @@
2868028701
"objectGroups": []
2868128702
},
2868228703
{
28683-
"description": "Abort the current jump. It only diables the jump reducer allowing to set any speed on Y axis.",
28684-
"fullName": "Abort jump",
28685-
"functionType": "Action",
28686-
"group": "Hedgehog state",
28687-
"name": "AbortJump",
28688-
"sentence": "Abort the current jump of _PARAM0_",
28689-
"events": [
28690-
{
28691-
"type": "BuiltinCommonInstructions::Standard",
28692-
"conditions": [
28693-
{
28694-
"type": {
28695-
"inverted": true,
28696-
"value": "HedgehogPlatformer::HedgehogCharacter::PropertyIsOnFloor"
28697-
},
28698-
"parameters": [
28699-
"Object",
28700-
"Behavior"
28701-
]
28702-
}
28703-
],
28704-
"actions": [
28705-
{
28706-
"type": {
28707-
"value": "HedgehogPlatformer::HedgehogCharacter::SetPropertyIsJumping"
28708-
},
28709-
"parameters": [
28710-
"Object",
28711-
"Behavior",
28712-
"="
28713-
]
28714-
}
28715-
]
28716-
}
28717-
],
28718-
"parameters": [
28719-
{
28720-
"description": "Object",
28721-
"name": "Object",
28722-
"type": "object"
28723-
},
28724-
{
28725-
"description": "Behavior",
28726-
"name": "Behavior",
28727-
"supplementaryInformation": "HedgehogPlatformer::HedgehogCharacter",
28728-
"type": "behavior"
28729-
}
28730-
],
28731-
"objectGroups": []
28732-
},
28733-
{
28734-
"description": "the jump speed.",
28704+
"description": "the jump speed of the object.",
2873528705
"fullName": "Jump speed",
2873628706
"functionType": "ExpressionAndCondition",
2873728707
"group": "Hedgehog configuration jump",
@@ -28893,7 +28863,7 @@
2889328863
"objectGroups": []
2889428864
},
2889528865
{
28896-
"description": "the Jump height reducer.",
28866+
"description": "the Jump height reducer factor of the object.",
2889728867
"fullName": "Jump height reducer",
2889828868
"functionType": "ExpressionAndCondition",
2889928869
"group": "Hedgehog configuration jump",
@@ -31531,7 +31501,7 @@
3153131501
"value": "0.615",
3153231502
"type": "Number",
3153331503
"label": "Jump height reducer (0 to 1)",
31534-
"description": "Vertical speed is changed by this value when jump input is not received after (or in the middle) of a jump (only works with jump frames).",
31504+
"description": "Vertical speed is multiplied by this value when the jump key is released during a jump.",
3153531505
"group": "Jump",
3153631506
"extraInformation": [],
3153731507
"name": "JumpHeightReducer"
@@ -31559,8 +31529,8 @@
3155931529
{
3156031530
"value": "0",
3156131531
"type": "Number",
31562-
"label": "Ceil bounce factor",
31563-
"description": "Applies a multiplication on the Y speed when hitting a ceiling (0: Speed loss, 1: No speed loss, +1: Ceil sticking, -0: Ceil bounce).",
31532+
"label": "Ceil bounce factor (-1 to 1)",
31533+
"description": "0: set the vertical speed to 0, 1: keep the speed, -1: bounce.",
3156431534
"group": "Jump",
3156531535
"extraInformation": [],
3156631536
"name": "CeilBounceFactor"
@@ -31650,7 +31620,7 @@
3165031620
"type": "Number",
3165131621
"unit": "Second",
3165231622
"label": "Slip duration",
31653-
"description": "Time needed for the platformer to regain control after slipping down a slope (0 to deactivate).",
31623+
"description": "Time needed for the platformer to regain control after slipping down a slope.",
3165431624
"group": "Ground",
3165531625
"extraInformation": [],
3165631626
"name": "SlipDuration"
@@ -32636,7 +32606,7 @@
3263632606
"sharedPropertyDescriptors": []
3263732607
},
3263832608
{
32639-
"description": "Change animations and horizontal flipping of a hedgehog character automatically.",
32609+
"description": "Change animations and horizontal flipping of hedgehog characters automatically.",
3264032610
"fullName": "Hedgehog character animator",
3264132611
"name": "HedgehogCharacterAnimator",
3264232612
"objectType": "",
@@ -35059,8 +35029,8 @@
3505935029
"sharedPropertyDescriptors": []
3506035030
},
3506135031
{
35062-
"description": "",
35063-
"fullName": "Spring",
35032+
"description": "Push hedgehog characters.",
35033+
"fullName": "Hedgehog spring",
3506435034
"name": "Spring",
3506535035
"objectType": "",
3506635036
"eventsFunctions": [

0 commit comments

Comments
 (0)