diff --git a/assets/themes/main_theme.tres b/assets/themes/main_theme.tres index bc1813c..a5ad76d 100644 --- a/assets/themes/main_theme.tres +++ b/assets/themes/main_theme.tres @@ -1,17 +1,66 @@ -[gd_resource type="Theme" load_steps=2 format=3 uid="uid://dxnkvosdhpvwi"] +[gd_resource type="Theme" load_steps=9 format=3 uid="uid://dxnkvosdhpvwi"] + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_6ioqn"] +bg_color = Color(0.007843137, 0.08691179, 0.2, 0.4862745) +corner_radius_top_left = 5 +corner_radius_top_right = 5 +corner_radius_bottom_right = 5 +corner_radius_bottom_left = 5 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lxams"] +bg_color = Color(0.19999999, 0.6981582, 0.9137255, 1) +corner_radius_top_left = 2 +corner_radius_top_right = 2 +corner_radius_bottom_right = 2 +corner_radius_bottom_left = 2 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vhku8"] +bg_color = Color(0.027450977, 0.5142647, 0.84705883, 1) +corner_radius_top_left = 2 +corner_radius_top_right = 2 +corner_radius_bottom_right = 2 +corner_radius_bottom_left = 2 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_gvtt4"] +bg_color = Color(0.04705882, 0.33723024, 0.7647059, 1) +corner_radius_top_left = 2 +corner_radius_top_right = 2 +corner_radius_bottom_right = 2 +corner_radius_bottom_left = 2 + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_axncs"] +bg_color = Color(0.8462217, 0.5051798, 0.027982457, 1) [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_vxwtt"] bg_color = Color(0.009789981, 0.06134919, 0.10858328, 1) border_width_left = 4 -border_width_top = 14 +border_width_top = 4 border_width_right = 4 border_width_bottom = 4 -border_color = Color(0.15491787, 0.2660408, 0.41645113, 1) +border_color = Color(0.15686275, 0.26666668, 0.41568628, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_4fp8c"] +bg_color = Color(0.047629792, 0.11940846, 0.180933, 1) +border_width_left = 4 +border_width_top = 4 +border_width_right = 4 +border_width_bottom = 4 +border_color = Color(0.15686275, 0.26666668, 0.41568628, 1) + +[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0f6i3"] +bg_color = Color(0.15686275, 0.26666668, 0.41568628, 1) [resource] +Button/styles/disabled = SubResource("StyleBoxFlat_6ioqn") +Button/styles/hover = SubResource("StyleBoxFlat_lxams") +Button/styles/normal = SubResource("StyleBoxFlat_vhku8") +Button/styles/pressed = SubResource("StyleBoxFlat_gvtt4") MarginContainer/constants/margin_bottom = 4 MarginContainer/constants/margin_left = 4 MarginContainer/constants/margin_right = 4 MarginContainer/constants/margin_top = 14 +MenuButton/styles/normal = SubResource("StyleBoxFlat_axncs") Panel/styles/panel = SubResource("StyleBoxFlat_vxwtt") PanelContainer/styles/panel = SubResource("StyleBoxFlat_vxwtt") +TabContainer/styles/panel = SubResource("StyleBoxFlat_4fp8c") +TabContainer/styles/tabbar_background = SubResource("StyleBoxFlat_0f6i3") diff --git a/players/molikman.tscn b/players/molikman.tscn index 5883e73..210fd7e 100644 --- a/players/molikman.tscn +++ b/players/molikman.tscn @@ -865,6 +865,9 @@ bind/3/name = &"Lock.R" bind/3/bone = -1 bind/3/pose = Transform3D(1, -7.974145e-08, 4.7677054e-06, -1.4210858e-14, -0.9998603, -0.016722988, 4.768372e-06, 0.016722983, -0.9998603, 0.40749374, 0.04619919, 0.38483512) +[sub_resource type="Animation" id="Animation_5684k"] +length = 0.001 + [sub_resource type="Animation" id="Animation_hgxhy"] resource_name = "baked_bomb_idle" length = 3.0 @@ -12274,9 +12277,6 @@ tracks/76/keys = { }] } -[sub_resource type="Animation" id="Animation_5684k"] -length = 0.001 - [sub_resource type="AnimationLibrary" id="AnimationLibrary_vfbdo"] _data = { &"RESET": SubResource("Animation_5684k"), diff --git a/project.godot b/project.godot index e66c517..0b5e30b 100644 --- a/project.godot +++ b/project.godot @@ -45,6 +45,14 @@ folder_colors={ "res://gui/": "green" } +[global_group] + +Player="" + +[gui] + +theme/custom="uid://dxnkvosdhpvwi" + [input] plr_forward={