Skip to content

Commit

Permalink
chore: change mouse filters on end screen
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanLovato committed Dec 9, 2023
1 parent 2b6ff41 commit 2fc11f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ui/screens/end_screen/EndScreen.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -196,12 +196,14 @@ margin_left = -19.2
margin_top = -27.52
margin_right = 1900.8
margin_bottom = 959.48
mouse_filter = 2
[node name="TextureRect" type="TextureRect" parent="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -47.0
margin_bottom = 46.0
mouse_filter = 2
texture = ExtResource( 21 )
expand = true
stretch_mode = 7
Expand Down Expand Up @@ -611,6 +613,7 @@ custom_styles/panel = SubResource( 28 )
[node name="Margin" type="MarginContainer" parent="Layout/CenterRow/Control3/Panel"]
margin_right = 420.0
margin_bottom = 986.0
mouse_filter = 2
custom_constants/margin_right = 40
custom_constants/margin_top = 40
custom_constants/margin_left = 40
Expand Down Expand Up @@ -690,6 +693,7 @@ margin_left = 123.0
margin_top = 6.06
margin_right = -4.0
margin_bottom = 1.0
mouse_filter = 2
texture = ExtResource( 22 )
expand = true
stretch_mode = 6
Expand Down
3 changes: 1 addition & 2 deletions ui/screens/end_screen/thumbnails/CourseThumbnail.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ release_date = "2024-01-30T12:00:00Z"
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 2
mouse_default_cursor_shape = 2
texture = ExtResource( 2 )
expand = true
stretch_mode = 6
Expand All @@ -36,7 +35,7 @@ anchor_right = 1.0
anchor_bottom = 1.0
margin_top = -26.0
margin_bottom = -5.0
mouse_default_cursor_shape = 2
rect_pivot_offset = Vector2( 256, 10.5 )
custom_colors/font_color = Color( 1, 0.835294, 0, 1 )
custom_fonts/font = SubResource( 1 )
text = "Early Access release: 2024/01/30"
Expand Down

0 comments on commit 2fc11f7

Please sign in to comment.