File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 66anchors_preset = 15
77anchor_right = 1.0
88anchor_bottom = 1.0
9- offset_left = 31.0
10- offset_top = -37.0
11- offset_right = 31.0
12- offset_bottom = -37.0
139grow_horizontal = 2
1410grow_vertical = 2
1511theme_override_styles/panel = SubResource ("StyleBoxEmpty_ybiuv" )
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ public partial class TitleMenu : Control
1313 public override void _Ready ( ) {
1414 InitReferences ( ) ;
1515 InitSubscriptions ( ) ;
16+ GetNode < Button > ( "TitleArrangement/ButtonContainer/Play" ) . GrabFocus ( ) ;
1617
1718 string projectTitle = ProjectSettings . GetSetting ( "application/config/name" ) . AsString ( ) ;
1819 string versionNumber = ProjectSettings . GetSetting ( "application/config/version" ) . AsString ( ) ;
You can’t perform that action at this time.
0 commit comments