diff options
author | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-03-23 20:56:41 +0100 |
commit | dff76d9344a4102154f98bb38a8c8773c214a5bd (patch) | |
tree | 1f8cebb4ad535f46f0cfeaad98b5273bc65a270d /client/menu/lobby | |
parent | 0bdd9ed7b86fc39f154d762644de8483df0189bc (diff) | |
download | hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.bz2 hurrycurry-dff76d9344a4102154f98bb38a8c8773c214a5bd.tar.zst |
Update to Godot 4.4
Diffstat (limited to 'client/menu/lobby')
-rw-r--r-- | client/menu/lobby/player.gd.uid | 1 | ||||
-rw-r--r-- | client/menu/lobby/player.tscn | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/client/menu/lobby/player.gd.uid b/client/menu/lobby/player.gd.uid new file mode 100644 index 00000000..b0971cdb --- /dev/null +++ b/client/menu/lobby/player.gd.uid @@ -0,0 +1 @@ +uid://buxb488rr2ncs diff --git a/client/menu/lobby/player.tscn b/client/menu/lobby/player.tscn index 344aae91..a1a9260a 100644 --- a/client/menu/lobby/player.tscn +++ b/client/menu/lobby/player.tscn @@ -2,7 +2,7 @@ [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_flfqn"] [ext_resource type="Texture2D" uid="uid://222w1wha75od" path="res://menu/icons/user.webp" id="2_mnaqt"] -[ext_resource type="Script" path="res://menu/lobby/player.gd" id="2_w3lyk"] +[ext_resource type="Script" uid="uid://buxb488rr2ncs" path="res://menu/lobby/player.gd" id="2_w3lyk"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_1227j"] bg_color = Color(0, 0, 0, 1) |