diff options
author | tpart <tpart120@proton.me> | 2024-07-07 18:52:49 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-07 18:52:54 +0200 |
commit | 44499c6e81dc5cc014f502cf6cb4db0c96081d7e (patch) | |
tree | 7cf07ee27ba517d7d4766677cc367bd1f9a16fbd /client/menu/controller_buttons/controller_button.tscn | |
parent | a72f4466c568dd7d7fe6f76a295fdd1162c1d312 (diff) | |
download | hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar.bz2 hurrycurry-44499c6e81dc5cc014f502cf6cb4db0c96081d7e.tar.zst |
Add lobby menu
Diffstat (limited to 'client/menu/controller_buttons/controller_button.tscn')
-rw-r--r-- | client/menu/controller_buttons/controller_button.tscn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/menu/controller_buttons/controller_button.tscn b/client/menu/controller_buttons/controller_button.tscn new file mode 100644 index 00000000..c5d745ba --- /dev/null +++ b/client/menu/controller_buttons/controller_button.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=3 uid="uid://b1f7bgn65j7b5"] + +[ext_resource type="Script" path="res://menu/controller_buttons/controller_button.gd" id="1_p2m8i"] + +[node name="ControllerButton" type="Button"] +offset_right = 8.0 +offset_bottom = 8.0 +focus_mode = 0 +script = ExtResource("1_p2m8i") |