full multiplayer plus new models

This commit is contained in:
2023-11-19 18:47:52 +11:00
parent 422c163dcd
commit edbb3261c6
126 changed files with 2343 additions and 492 deletions

View File

@ -1,5 +1,6 @@
[gd_resource type="Theme" load_steps=4 format=3 uid="uid://b6a0ip4p72tgx"]
[gd_resource type="Theme" load_steps=5 format=3 uid="uid://b6a0ip4p72tgx"]
[ext_resource type="StyleBox" uid="uid://d34i78f4dnq2k" path="res://hover_button_stylebox.tres" id="1_21vrg"]
[ext_resource type="StyleBox" uid="uid://de3eok2g4r2k" path="res://button_stylebox.tres" id="1_jlhwk"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c2xpa"]
@ -15,23 +16,19 @@ content_margin_left = 20.0
content_margin_top = 20.0
content_margin_right = 20.0
content_margin_bottom = 20.0
bg_color = Color(0.14902, 0.380392, 0.635294, 1)
bg_color = Color(0, 0, 0, 0.556863)
border_width_left = 4
border_width_top = 4
border_width_right = 4
border_width_bottom = 4
border_color = Color(0.505882, 0.678431, 0.901961, 1)
corner_radius_top_left = 20
corner_radius_top_right = 20
corner_radius_bottom_right = 20
corner_radius_bottom_left = 20
shadow_size = 5
shadow_offset = Vector2(7, 7)
border_color = Color(1, 1, 1, 0.745098)
[resource]
Button/colors/font_color = Color(1, 1, 1, 1)
Button/colors/font_focus_color = Color(0.113725, 0.113725, 0.113725, 1)
Button/colors/font_hover_color = Color(0.105882, 0.105882, 0.105882, 1)
Button/font_sizes/font_size = 24
Button/styles/hover = ExtResource("1_21vrg")
Button/styles/normal = ExtResource("1_jlhwk")
HBoxContainer/constants/separation = 10
Label/colors/font_color = Color(0.890196, 0.890196, 0.890196, 1)