diff options
author | Daniel Weipert <code@drogueronin.de> | 2021-02-14 14:53:17 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2021-02-14 14:53:17 +0100 |
commit | 7115379ccf5714816eeb91fc16d3a63e019c8082 (patch) | |
tree | f28c7595ca3f1324bcffadd40027df6c46f7d321 /Network | |
parent | 332bab8de321d0358b30d5bf159cbda512c14852 (diff) |
Adds user configurable key bindings
Diffstat (limited to 'Network')
-rw-r--r-- | Network/Lobby.tscn | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Network/Lobby.tscn b/Network/Lobby.tscn index 7e8c52a..cbe5be9 100644 --- a/Network/Lobby.tscn +++ b/Network/Lobby.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=2 format=2] +[gd_scene load_steps=3 format=2] [ext_resource path="res://Network/Lobby.gd" type="Script" id=1] +[ext_resource path="res://UI/Menu/MenuButton.tscn" type="PackedScene" id=2] [node name="Lobby" type="Control"] anchor_right = 1.0 @@ -118,6 +119,10 @@ text = "<" visible = true margin_right = 83.0 margin_bottom = 58.0 + +[node name="MenuButton" parent="." instance=ExtResource( 2 )] +margin_left = 976.0 +margin_right = 0.0 [connection signal="pressed" from="Connect/Host" to="." method="_on_Host_pressed"] [connection signal="pressed" from="Connect/Join" to="." method="_on_Join_pressed"] [connection signal="pressed" from="Players/Start" to="." method="_on_Start_pressed"] |