mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add scenes to properties panel
This commit is contained in:
14
example/assets/default.display_profiles
Normal file
14
example/assets/default.display_profiles
Normal file
@@ -0,0 +1,14 @@
|
||||
profiles {
|
||||
name: "Landscape"
|
||||
qualifiers {
|
||||
width: 1920
|
||||
height: 1080
|
||||
}
|
||||
}
|
||||
profiles {
|
||||
name: "Portrait"
|
||||
qualifiers {
|
||||
width: 1080
|
||||
height: 1920
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user