mirror of
https://github.com/thegatesbrowser/thegates.git
synced 2025-09-03 23:25:46 -04:00
onboarding close button
This commit is contained in:
parent
9e46290c36
commit
3131b731e0
7 changed files with 126 additions and 9 deletions
|
@ -36,7 +36,7 @@ grow_vertical = 2
|
|||
pivot_offset = Vector2(300, 350)
|
||||
script = ExtResource("1_dxxs8")
|
||||
focus_button = NodePath("TextureButton")
|
||||
unfocus_color = Color(0.9, 0.9, 0.9, 0.509804)
|
||||
unfocus_color = Color(0.9, 0.9, 0.9, 0.5)
|
||||
unfocus_scale = Vector2(0.8, 0.8)
|
||||
|
||||
[node name="Panel" type="Panel" parent="."]
|
||||
|
@ -49,6 +49,7 @@ grow_vertical = 2
|
|||
theme_override_styles/panel = SubResource("StyleBoxFlat_r2yvw")
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
visible = false
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue