Skip to content

Commit

Permalink
[MISC/accelerometer_gamepad] connection screen visible
Browse files Browse the repository at this point in the history
  • Loading branch information
MrEliptik committed Jun 16, 2021
1 parent e3c1e97 commit 70db89a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MISC/accelerometer_gamepad/project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ config_version=4

_global_script_classes=[ ]
_global_script_class_icons={

}

[application]
Expand Down
2 changes: 1 addition & 1 deletion MISC/accelerometer_gamepad/scenes/gamepad.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ __meta__ = {
}

[node name="Connection" type="Control" parent="."]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
Expand Down Expand Up @@ -255,6 +254,7 @@ text = "CONNECT"

[node name="WSClient" type="Node" parent="."]
script = ExtResource( 4 )

[connection signal="pressed" from="FireBtn" to="." method="_on_FireBtn_pressed"]
[connection signal="pressed" from="Connection/Control/VBoxContainer/ConnectBtn" to="." method="_on_ConnectBtn_pressed"]
[connection signal="connected" from="WSClient" to="." method="_on_WSClient_connected"]
Expand Down

0 comments on commit 70db89a

Please sign in to comment.