Start-up screen
This is the first screen you will encounter in dahlia. Here, you can create new projects as well as open existing ones. A list of your 20 most recently opened projects is also displayed when available.
![](https://ansh3ll.github.io/dahlia/images/lobby.jpg)
Creating a new project
When creating a new project, you will be presented with a dialog that allows you to perform basic project configuration. The values you set here determine how your game will be displayed on players' devices.
Important
In dahlia studio, content width and height values should be set to match the selected project orientation.
Therefore, the following should be kept in mind:
- A project with portrait orientation should have a width that is smaller than its height, such as360x640
.
- A project with landscape orientation should have a width that is larger than its height, such as640x360
.
![](https://ansh3ll.github.io/dahlia/images/new-project.jpg)
Content scaling
There are 3 values to choose from:
- letterbox — scales the content area to fill the screen while preserving the same aspect ratio. The entire content area will reside on the screen, but this might result in black bars on devices with aspect ratios that differ from your content size aspect ratio.
- zoomEven — scales the content area to fill the screen while preserving the same aspect ratio. Some content may bleed off the screen edges on devices with aspect ratios that differ from your content size aspect ratio.
- zoomStretch — scales the content area to fill the entire screen on any device, ignoring the content size aspect ratio.
More information on how content scaling works can be found here.