refractor: DeltaruneQuickshell -> Shell
This commit is contained in:
11
Shell/Healthbar/Healthbar.qml
Normal file
11
Shell/Healthbar/Healthbar.qml
Normal file
@@ -0,0 +1,11 @@
|
||||
import QtQuick
|
||||
|
||||
Item {
|
||||
implicitWidth: 479
|
||||
implicitHeight: 137
|
||||
anchors.centerIn: parent
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
source: "kris.png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user