Blob bounciness #67

Merged
zach merged 9 commits from bounce-test into main 2026-04-22 00:01:47 +02:00
Showing only changes of commit bcb0da3ab9 - Show all commits
+1 -1
View File
@@ -49,7 +49,7 @@ Item {
anchors.left: parent.left anchors.left: parent.left
anchors.top: parent.top anchors.top: parent.top
clip: true clip: true
implicitHeight: resources.implicitHeight implicitHeight: resources.implicitHeight * (1 - resources.offsetScale)
implicitWidth: resources.implicitWidth implicitWidth: resources.implicitWidth
Resources.Wrapper { Resources.Wrapper {