Add scenes to properties panel

This commit is contained in:
Insality
2025-05-17 13:36:34 +03:00
parent 8ddb6e4e60
commit 22c49540df
6 changed files with 254 additions and 16 deletions

View File

@@ -0,0 +1,14 @@
profiles {
name: "Landscape"
qualifiers {
width: 1920
height: 1080
}
}
profiles {
name: "Portrait"
qualifiers {
width: 1080
height: 1920
}
}