canvas scale
This commit is contained in:
parent
e1e25cb351
commit
9a43aa04d9
3 changed files with 14 additions and 8 deletions
|
@ -11,10 +11,10 @@ script = ExtResource("1_52bti")
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="."]
|
[node name="Label" type="Label" parent="."]
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
offset_left = 9.0
|
offset_left = 71.0
|
||||||
offset_top = 234.0
|
offset_top = 258.0
|
||||||
offset_right = 391.0
|
offset_right = 453.0
|
||||||
offset_bottom = 260.0
|
offset_bottom = 284.0
|
||||||
scale = Vector2(2.94857, 7.68)
|
scale = Vector2(2.94857, 7.68)
|
||||||
text = "Click here or press a gamepad button to continue"
|
text = "Click here or press a gamepad button to continue"
|
||||||
horizontal_alignment = 1
|
horizontal_alignment = 1
|
||||||
|
|
|
@ -15,6 +15,12 @@ run/main_scene="res://bootclick.tscn"
|
||||||
config/features=PackedStringArray("4.1", "GL Compatibility")
|
config/features=PackedStringArray("4.1", "GL Compatibility")
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
|
|
||||||
|
[display]
|
||||||
|
|
||||||
|
window/size/viewport_width=1280
|
||||||
|
window/size/viewport_height=720
|
||||||
|
window/stretch/mode="viewport"
|
||||||
|
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
renderer/rendering_method="gl_compatibility"
|
renderer/rendering_method="gl_compatibility"
|
||||||
|
|
|
@ -13,9 +13,9 @@ script = ExtResource("1_fbo7u")
|
||||||
|
|
||||||
[node name="Label" type="Label" parent="."]
|
[node name="Label" type="Label" parent="."]
|
||||||
layout_mode = 0
|
layout_mode = 0
|
||||||
offset_left = 20.0
|
offset_left = 108.0
|
||||||
offset_top = 238.0
|
offset_top = 271.0
|
||||||
offset_right = 181.0
|
offset_right = 269.0
|
||||||
offset_bottom = 264.0
|
offset_bottom = 297.0
|
||||||
scale = Vector2(6.38131, 6.11486)
|
scale = Vector2(6.38131, 6.11486)
|
||||||
text = "The Red Robot Radio"
|
text = "The Red Robot Radio"
|
||||||
|
|
Loading…
Reference in a new issue