Add controls view to instruments and set address with property
This commit is contained in:
parent
f8d769ebc6
commit
d1c450493d
3 changed files with 48 additions and 65 deletions
|
|
@ -15,6 +15,10 @@ run/main_scene="uid://crq3o0eu4y8ya"
|
|||
config/features=PackedStringArray("4.4", "GL Compatibility")
|
||||
config/icon="res://icon.svg"
|
||||
|
||||
[display]
|
||||
|
||||
window/stretch/mode="viewport"
|
||||
|
||||
[editor_plugins]
|
||||
|
||||
enabled=PackedStringArray()
|
||||
|
|
@ -27,6 +31,8 @@ common/enable_object_picking=false
|
|||
|
||||
renderer/rendering_method="gl_compatibility"
|
||||
renderer/rendering_method.mobile="gl_compatibility"
|
||||
anti_aliasing/quality/msaa_2d=1
|
||||
anti_aliasing/quality/msaa_3d=1
|
||||
|
||||
[xr]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue