Support loading and displaying of image palette #16

Merged
jaby merged 17 commits from topic/jb/tim_tool/PaletteSupport into main 2025-03-06 18:11:51 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 70cf70c4b5 - Show all commits

View File

@ -187,6 +187,7 @@ export component MainTab inherits Rectangle {
width: 128px;
height: 128px;
image-fit: contain;
image-rendering: pixelated;
}
}
HorizontalLayout {