BrowseColumn.tscn 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. [gd_scene load_steps=4 format=2]
  2. [ext_resource path="res://BrowseColumn.gd" type="Script" id=1]
  3. [ext_resource path="res://font/8bit.tres" type="DynamicFont" id=2]
  4. [sub_resource type="StyleBoxFlat" id=1]
  5. bg_color = Color( 1, 1, 1, 0.188235 )
  6. [node name="BrowseColumn" type="PanelContainer"]
  7. anchor_right = 1.0
  8. margin_bottom = 14.0
  9. custom_styles/panel = SubResource( 1 )
  10. script = ExtResource( 1 )
  11. [node name="HBoxContainer" type="HBoxContainer" parent="."]
  12. margin_right = 640.0
  13. margin_bottom = 20.0
  14. size_flags_horizontal = 3
  15. [node name="Name" type="Label" parent="HBoxContainer"]
  16. margin_top = 4.0
  17. margin_right = 103.0
  18. margin_bottom = 16.0
  19. size_flags_horizontal = 3
  20. custom_fonts/font = ExtResource( 2 )
  21. text = "Name"
  22. [node name="IP" type="Label" parent="HBoxContainer"]
  23. margin_left = 107.0
  24. margin_top = 4.0
  25. margin_right = 210.0
  26. margin_bottom = 16.0
  27. size_flags_horizontal = 3
  28. custom_fonts/font = ExtResource( 2 )
  29. text = "IP"
  30. [node name="Port" type="Label" parent="HBoxContainer"]
  31. margin_left = 214.0
  32. margin_top = 4.0
  33. margin_right = 318.0
  34. margin_bottom = 16.0
  35. size_flags_horizontal = 3
  36. custom_fonts/font = ExtResource( 2 )
  37. text = "Port"
  38. [node name="Gamemode" type="Label" parent="HBoxContainer"]
  39. margin_left = 322.0
  40. margin_top = 4.0
  41. margin_right = 425.0
  42. margin_bottom = 16.0
  43. size_flags_horizontal = 3
  44. custom_fonts/font = ExtResource( 2 )
  45. text = "Gamemode"
  46. [node name="Map" type="Label" parent="HBoxContainer"]
  47. margin_left = 429.0
  48. margin_top = 4.0
  49. margin_right = 532.0
  50. margin_bottom = 16.0
  51. size_flags_horizontal = 3
  52. custom_fonts/font = ExtResource( 2 )
  53. text = "Map"
  54. [node name="Ping" type="Label" parent="HBoxContainer"]
  55. margin_left = 536.0
  56. margin_top = 4.0
  57. margin_right = 640.0
  58. margin_bottom = 16.0
  59. size_flags_horizontal = 3
  60. custom_fonts/font = ExtResource( 2 )
  61. text = "Ping"
  62. [node name="Button" type="Button" parent="."]
  63. margin_right = 640.0
  64. margin_bottom = 20.0
  65. flat = true