初次提交

This commit is contained in:
2026-07-20 10:56:52 +08:00
commit 7bcc0026e0
462 changed files with 50191 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 248 KiB

@@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://cjxnqft0cvp01"
path="res://.godot/imported/game_start_icon.png-dcc9bffbbd0cc1acf2d899209d6f9f3b.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/generated/game_start_icon.png"
dest_files=["res://.godot/imported/game_start_icon.png-dcc9bffbbd0cc1acf2d899209d6f9f3b.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
compress/hdr_compression=1
compress/normal_map=0
compress/channel_pack=0
mipmaps/generate=false
mipmaps/limit=-1
roughness/mode=0
roughness/src_normal=""
process/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
process/fix_alpha_border=true
process/premult_alpha=false
process/normal_map_invert_y=false
process/hdr_as_srgb=false
process/hdr_clamp_exposure=false
process/size_limit=0
detect_3d/compress_to=1
+84
View File
@@ -0,0 +1,84 @@
[gd_resource type="Theme" load_steps=6 format=3 uid="uid://ui_theme_main"]
[sub_resource type="StyleBoxFlat" id="btn_normal"]
bg_color = Color(0.12, 0.13, 0.2, 0.95)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.32, 0.34, 0.48, 0.55)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 10.0
content_margin_top = 6.0
content_margin_right = 10.0
content_margin_bottom = 6.0
[sub_resource type="StyleBoxFlat" id="btn_hover"]
bg_color = Color(0.21, 0.23, 0.36, 0.98)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.55, 0.6, 0.95, 0.85)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 10.0
content_margin_top = 6.0
content_margin_right = 10.0
content_margin_bottom = 6.0
[sub_resource type="StyleBoxFlat" id="btn_pressed"]
bg_color = Color(0.08, 0.09, 0.14, 1.0)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.45, 0.5, 0.8, 0.9)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 10.0
content_margin_top = 6.0
content_margin_right = 10.0
content_margin_bottom = 6.0
[sub_resource type="StyleBoxFlat" id="btn_disabled"]
bg_color = Color(0.1, 0.1, 0.13, 0.5)
corner_radius_top_left = 6
corner_radius_top_right = 6
corner_radius_bottom_right = 6
corner_radius_bottom_left = 6
content_margin_left = 10.0
content_margin_top = 6.0
content_margin_right = 10.0
content_margin_bottom = 6.0
[sub_resource type="StyleBoxFlat" id="panel_box"]
bg_color = Color(0.07, 0.07, 0.13, 0.97)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0.3, 0.32, 0.5, 0.5)
corner_radius_top_left = 8
corner_radius_top_right = 8
corner_radius_bottom_right = 8
corner_radius_bottom_left = 8
[resource]
Button/colors/font_color = Color(0.88, 0.9, 1.0, 1)
Button/colors/font_hover_color = Color(1, 1, 1, 1)
Button/colors/font_pressed_color = Color(0.7, 0.75, 1.0, 1)
Button/colors/font_disabled_color = Color(0.5, 0.5, 0.55, 1)
Button/font_sizes/font_size = 16
Button/styles/disabled = SubResource("btn_disabled")
Button/styles/hover = SubResource("btn_hover")
Button/styles/normal = SubResource("btn_normal")
Button/styles/pressed = SubResource("btn_pressed")
PanelContainer/styles/panel = SubResource("panel_box")