Design basic UI layout
Design a basic layout for the main menu, which will be modified later to create a more complete menu.
This commit is contained in:
parent
7f0042eec1
commit
e8cab54af4
2 changed files with 112 additions and 1 deletions
|
|
@ -13,4 +13,12 @@ config_version=5
|
|||
config/name="RTR"
|
||||
run/main_scene="res://environment.tscn"
|
||||
config/features=PackedStringArray("4.2", "Forward Plus")
|
||||
boot_splash/bg_color=Color(0, 0, 0, 1)
|
||||
boot_splash/show_image=false
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
window/size/mode=4
|
||||
window/stretch/mode="canvas_items"
|
||||
window/stretch/aspect="expand"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue