2024-11-07 21:39:59 +01:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://fonts/start.tres" type="DynamicFont" id=1]
|
2024-09-07 18:25:58 +02:00
|
|
|
|
|
|
|
[node name="Missinggamepad" type="Node2D"]
|
|
|
|
|
2024-11-14 23:25:32 +01:00
|
|
|
[node name="CanvasLayer" type="CanvasLayer" parent="."]
|
|
|
|
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="CanvasLayer"]
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_left = 90.0
|
|
|
|
margin_top = 211.0
|
2024-11-14 23:25:32 +01:00
|
|
|
margin_right = 1197.0
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_bottom = 511.0
|
|
|
|
color = Color( 0, 0, 0, 1 )
|
2024-09-07 18:25:58 +02:00
|
|
|
|
2024-11-14 23:25:32 +01:00
|
|
|
[node name="Label" type="Label" parent="CanvasLayer"]
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_left = 90.0
|
|
|
|
margin_top = 211.0
|
2024-11-14 23:25:32 +01:00
|
|
|
margin_right = 1197.0
|
2024-11-07 21:39:59 +01:00
|
|
|
margin_bottom = 511.0
|
|
|
|
rect_min_size = Vector2( 1072, 300 )
|
|
|
|
custom_fonts/font = ExtResource( 1 )
|
2024-09-07 18:25:58 +02:00
|
|
|
text = "TEXT_GAMEPAD_DISCONNECTED"
|
2024-11-07 21:39:59 +01:00
|
|
|
align = 1
|
|
|
|
valign = 1
|