23 lines
567 B
Text
23 lines
567 B
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=1]
|
|
|
|
[node name="Missinggamepad" type="Node2D"]
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
margin_left = 90.0
|
|
margin_top = 211.0
|
|
margin_right = 1177.0
|
|
margin_bottom = 511.0
|
|
color = Color( 0, 0, 0, 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 90.0
|
|
margin_top = 211.0
|
|
margin_right = 1177.0
|
|
margin_bottom = 511.0
|
|
rect_min_size = Vector2( 1072, 300 )
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "TEXT_GAMEPAD_DISCONNECTED"
|
|
align = 1
|
|
valign = 1
|