diff options
| author | Anson Bridges <bridges.anson@gmail.com> | 2025-08-19 12:38:02 -0700 |
|---|---|---|
| committer | Anson Bridges <bridges.anson@gmail.com> | 2025-08-19 12:38:02 -0700 |
| commit | 255fbf19cc9499ef384d41f68515da5e49e8a3ce (patch) | |
| tree | 13c838229198383b24644f613787e34842ea7ab2 /pages/ServerBrowser.tscn | |
| parent | f087c6a98b1da55525a6e3c1d7c82477f82eb5cd (diff) | |
added menus, reworking GC client architecture
Diffstat (limited to 'pages/ServerBrowser.tscn')
| -rw-r--r-- | pages/ServerBrowser.tscn | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/ServerBrowser.tscn b/pages/ServerBrowser.tscn index c4fcc61..c5d2ef4 100644 --- a/pages/ServerBrowser.tscn +++ b/pages/ServerBrowser.tscn @@ -1,14 +1,14 @@ [gd_scene load_steps=6 format=2] -[ext_resource path="res://network/websocket_client.gd" type="Script" id=1] +[ext_resource path="res://network/websocket_client_basic.gd" type="Script" id=1] [ext_resource path="res://scripts/ServerBrowser.gd" type="Script" id=2] -[sub_resource type="Gradient" id=15] +[sub_resource type="Gradient" id=23] offsets = PoolRealArray( 0 ) colors = PoolColorArray( 0, 0, 0, 1 ) [sub_resource type="GradientTexture2D" id=21] -gradient = SubResource( 15 ) +gradient = SubResource( 23 ) width = 32 height = 32 @@ -23,7 +23,6 @@ func _ready(): var icon = get_item_icon(i) icon.gradient = icon.gradient.duplicate() icon.gradient.set_color(0, Globals.colors[i]) - print(icon.gradient.colors) icon.gradient.colors.remove(0) @@ -92,6 +91,7 @@ text = "Player" max_length = 32 [node name="HostPopup" type="PopupPanel" parent="."] +visible = true margin_left = 383.0 margin_top = 129.0 margin_right = 633.0 |
