Skip to content

Commit cbe63a4

Browse files
committed
Fix age rating forced size
1 parent 36340bf commit cbe63a4

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
[gd_scene load_steps=3 format=2]
1+
[gd_scene load_steps=3 format=3 uid="uid://77ye7lqgs7p4"]
22

3-
[ext_resource path="res://scenes/ui_nodes/AgeRatingTextureRect.gd" type="Script" id=1]
4-
[ext_resource path="res://scenes/ui_nodes/AccessibilityFocus.gd" type="Script" id=2]
3+
[ext_resource type="Script" path="res://scenes/ui_nodes/AgeRatingTextureRect.gd" id="1"]
4+
[ext_resource type="Script" path="res://scenes/ui_nodes/AccessibilityFocus.gd" id="2"]
55

66
[node name="AgeRatingTextureRect" type="TextureRect"]
77
offset_right = 40.0
88
offset_bottom = 40.0
9-
custom_minimum_size = Vector2( 80, 100 )
10-
expand = true
11-
stretch_mode = 6
12-
script = ExtResource( 1 )
9+
expand_mode = 1
10+
stretch_mode = 5
11+
script = ExtResource("1")
1312

1413
[node name="AccessibilityFocus" type="Node" parent="."]
15-
script = ExtResource( 2 )
14+
script = ExtResource("2")

0 commit comments

Comments
 (0)