Skip to content
Draft
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
1adfa89
Custom objects/behavior
HelperWesley Jan 19, 2026
680f7e0
Adding the game over screen project
HelperWesley Jan 19, 2026
7512e93
Updated object clarity
HelperWesley Jan 20, 2026
15e649f
Updated TweenIntoView
HelperWesley Jan 21, 2026
a0a36fa
Replacing gameover object with leaderboard gameover object
HelperWesley Jan 27, 2026
535046f
Simplify events
D8H Feb 3, 2026
b9c7552
Allow to change button label style on hover
D8H Feb 4, 2026
6facbbc
Add a fade in and fade out in the scene
D8H Feb 4, 2026
87d74d5
Use a FSM to ensure fade in and fade out don't overlap
D8H Feb 4, 2026
2975467
Text color change to yellow
HelperWesley Feb 5, 2026
a42046b
Add a condition to check if the animation has finished
D8H Feb 5, 2026
ef13458
Make the conditionfor the banner on the submit button instead of the …
D8H Feb 6, 2026
9a717b7
[Volume] Update tween into view extension
D8H Feb 6, 2026
488bc8f
Make the background a 9-patch
D8H Feb 9, 2026
879d706
Use anchors
D8H Feb 9, 2026
54ee58d
Add more anchors
D8H Feb 9, 2026
e7048d2
Display all children in the 3D editor
D8H Feb 10, 2026
9d28198
Rename the variants
D8H Feb 10, 2026
7e6df56
Rename objects
D8H Feb 10, 2026
81e0994
Clearer descriptions
D8H Feb 10, 2026
c90aadf
Add tags
D8H Feb 10, 2026
f1160ac
Typo
D8H Feb 10, 2026
79526f7
Clean up default variant
D8H Feb 10, 2026
6524c79
Rename the extension
D8H Feb 10, 2026
80554ed
Add the asset store tag
D8H Feb 10, 2026
bb24da8
Typo
D8H Feb 10, 2026
60ea1df
Handle volume changes done by the events
D8H Feb 10, 2026
a9c1b4c
Add the preview creator extension
D8H Feb 10, 2026
12ff5c3
Typo
D8H Feb 10, 2026
fba8c54
Fix the 9-patch margins
D8H Feb 11, 2026
941981f
Rename some variants
D8H Feb 11, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add a fade in and fade out in the scene
  • Loading branch information
D8H committed Feb 4, 2026
commit 6facbbcc03e59870148316be69ef194858d6e94b
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,19 @@
"selectedLayer": "",
"gameEditorMode": "instances-editor"
},
"objectsGroups": [],
"objectsGroups": [
{
"name": "Dialog",
"objects": [
{
"name": "SkullGameOverDialog"
},
{
"name": "TinySkullGameOverDialog"
}
]
}
],
"variables": [
{
"name": "TransitionPhase",
Expand Down Expand Up @@ -330,25 +342,33 @@
{
"assetStoreId": "8796a5aeb2fe35a1775d0168a3d324cb6c95fe10e6c25a615c31623d8720a25c",
"name": "SkullGameOverDialog",
"persistentUuid": "55800859-d89c-4198-85b4-bf017948d3f4",
"type": "LeaderboardDialog::LeaderboardDialog",
"variant": "Skull game over dialog",
"variables": [],
"effects": [],
"behaviors": [],
"behaviors": [
{
"name": "Tween",
"type": "Tween::TweenBehavior"
}
],
"content": {
"Prefix": ""
}
},
{
"assetStoreId": "67de35e21c7eb90825c36e94215a47769bfe60c8dd1df20fb03977bfd86dd332",
"name": "TinySkullGameOverDialog",
"persistentUuid": "22444c95-a18b-4b0b-948d-0be9aeed4e41",
"type": "LeaderboardDialog::LeaderboardDialog",
"variant": "Tiny skull game over dialog",
"variables": [],
"effects": [],
"behaviors": [],
"behaviors": [
{
"name": "Tween",
"type": "Tween::TweenBehavior"
}
],
"content": {}
}
],
Expand All @@ -369,22 +389,36 @@
"conditions": [
{
"type": {
"value": "LeaderboardDialog::LeaderboardDialog::IsRestartClicked"
"value": "SceneJustBegins"
},
"parameters": [
"SkullGameOverDialog",
""
]
}
],
"actions": [
{
"type": {
"value": "Scene"
"value": "OpacityCapability::OpacityBehavior::SetValue"
},
"parameters": [
"",
"\"Game Scene - GameOverScreen\"",
"Dialog",
"Opacity",
"=",
"0"
]
},
{
"type": {
"value": "Tween::TweenBehavior::AddObjectOpacityTween2"
},
"parameters": [
"Dialog",
"Tween",
"\"FadeIn\"",
"255",
"\"easeInQuad\"",
"0.3",
""
]
}
Expand All @@ -398,12 +432,60 @@
"value": "LeaderboardDialog::LeaderboardDialog::IsRestartClicked"
},
"parameters": [
"TinySkullGameOverDialog",
"Dialog",
""
]
}
],
"actions": [
{
"type": {
"value": "PickAllInstances"
},
"parameters": [
"",
"Dialog"
]
},
{
"type": {
"value": "LeaderboardDialog::LeaderboardDialog::TweenOut"
},
"parameters": [
"Dialog",
""
]
},
{
"type": {
"value": "Wait"
},
"parameters": [
"0.2"
]
},
{
"type": {
"value": "Tween::TweenBehavior::AddObjectOpacityTween2"
},
"parameters": [
"Dialog",
"Tween",
"\"FadeOut\"",
"0",
"\"easeOutQuad\"",
"0.5",
""
]
},
{
"type": {
"value": "Wait"
},
"parameters": [
"0.7"
]
},
{
"type": {
"value": "Scene"
Expand Down Expand Up @@ -464,6 +546,10 @@
{
"name": "Resizable",
"type": "ResizableCapability::ResizableBehavior"
},
{
"name": "Tween",
"type": "Tween::TweenBehavior"
}
]
},
Expand Down Expand Up @@ -2777,6 +2863,74 @@
}
],
"objectGroups": []
},
{
"description": "Fade out the decoration objects of the dialog.",
"fullName": "Fade out decorations",
"functionType": "Action",
"name": "TweenOut",
"sentence": "Fade out the decorations of _PARAM0_",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
"conditions": [],
"actions": [
{
"type": {
"value": "TweenIntoView::TweenIntoView::TweenOut"
},
"parameters": [
"Decoration",
"TweenIntoView",
""
]
}
]
}
],
"parameters": [
{
"description": "Object",
"name": "Object",
"supplementaryInformation": "LeaderboardDialog::LeaderboardDialog",
"type": "object"
}
],
"objectGroups": []
},
{
"description": "Fade in the decoration objects of the dialog.",
"fullName": "Fade in decorations",
"functionType": "Action",
"name": "TweenIn",
"sentence": "Fade in the decorations of _PARAM0_",
"events": [
{
"type": "BuiltinCommonInstructions::Standard",
"conditions": [],
"actions": [
{
"type": {
"value": "TweenIntoView::TweenIntoView::TweenIn"
},
"parameters": [
"Decoration",
"TweenIntoView",
""
]
}
]
}
],
"parameters": [
{
"description": "Object",
"name": "Object",
"supplementaryInformation": "LeaderboardDialog::LeaderboardDialog",
"type": "object"
}
],
"objectGroups": []
}
],
"propertyDescriptors": [
Expand Down Expand Up @@ -7533,7 +7687,6 @@
"description": "Check if isHovered.",
"fullName": "IsHovered",
"functionType": "Condition",
"group": "Hover text style configuration",
"name": "IsHovered",
"sentence": "_PARAM0_ isHovered",
"events": [
Expand Down Expand Up @@ -7583,7 +7736,6 @@
"description": "Change if isHovered.",
"fullName": "IsHovered",
"functionType": "Action",
"group": "Hover text style configuration",
"name": "SetIsHovered",
"sentence": "_PARAM0_ isHovered: _PARAM2_",
"events": [
Expand Down Expand Up @@ -8047,7 +8199,6 @@
"description": "Check if isHovered.",
"fullName": "IsHovered",
"functionType": "Condition",
"group": "Hover text style configuration",
"name": "IsHovered",
"sentence": "_PARAM0_ isHovered",
"events": [
Expand Down Expand Up @@ -8097,7 +8248,6 @@
"description": "Change if isHovered.",
"fullName": "IsHovered",
"functionType": "Action",
"group": "Hover text style configuration",
"name": "SetIsHovered",
"sentence": "_PARAM0_ isHovered: _PARAM2_",
"events": [
Expand Down
Loading