INFO BLOCK

This commit is contained in:
wjsjwr 2025-12-08 00:21:49 +08:00
parent 47360863c1
commit f8aae2d19f
8 changed files with 397111 additions and 18 deletions

View File

@ -11,7 +11,7 @@ config_version=5
[application] [application]
config/name="最强导师" config/name="最强导师"
run/main_scene="uid://cf6b1t8pujosf" run/main_scene="uid://bewpqkap6epnb"
config/features=PackedStringArray("4.5", "C#", "GL Compatibility") config/features=PackedStringArray("4.5", "C#", "GL Compatibility")
config/icon="res://icon.svg" config/icon="res://icon.svg"

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 B

View File

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dpck3atxt35l1"
path="res://.godot/imported/transparent-16px.png-4f471901569aebb544dda601ca4022ad.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://res_src/transparent-16px.png"
dest_files=["res://.godot/imported/transparent-16px.png-4f471901569aebb544dda601ca4022ad.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

BIN
res_src/transparent-8px.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 B

View File

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://dskyby1ou2spq"
path="res://.godot/imported/transparent-8px.png-1adbf66fcaee451b5844a5ef0dcc981d.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://res_src/transparent-8px.png"
dest_files=["res://.godot/imported/transparent-8px.png-1adbf66fcaee451b5844a5ef0dcc981d.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

396938
resources/Font/zpix.bdf Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,9 @@
[gd_scene load_steps=10 format=3 uid="uid://cf6b1t8pujosf"] [gd_scene load_steps=12 format=3 uid="uid://cf6b1t8pujosf"]
[ext_resource type="Texture2D" uid="uid://bilmun5leavcp" path="res://res_src/scroll-bar-bg.png" id="1_bl13t"] [ext_resource type="Texture2D" uid="uid://dskyby1ou2spq" path="res://res_src/transparent-8px.png" id="1_4tp53"]
[ext_resource type="FontFile" uid="uid://cexdvv8qg3x01" path="res://resources/Font/文泉驿点阵正黑.TTF" id="1_errlg"] [ext_resource type="Texture2D" uid="uid://bilmun5leavcp" path="res://res_src/scroll-bar-bg.png" id="2_t4qyh"]
[ext_resource type="FontFile" uid="uid://1xg1ofw27hbp" path="res://resources/Font/unifont-17.0.03.otf" id="2_bl13t"] [ext_resource type="FontFile" uid="uid://1xg1ofw27hbp" path="res://resources/Font/unifont-17.0.03.otf" id="3_lalyk"]
[ext_resource type="FontFile" uid="uid://cexdvv8qg3x01" path="res://resources/Font/文泉驿点阵正黑.TTF" id="4_sj1p0"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_iyx0m"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_iyx0m"]
bg_color = Color(0.296, 0.54800004, 0.8, 1) bg_color = Color(0.296, 0.54800004, 0.8, 1)
@ -23,7 +24,7 @@ border_width_right = 1
border_color = Color(0.8, 0.8, 0.8, 0) border_color = Color(0.8, 0.8, 0.8, 0)
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_bl13t"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_bl13t"]
texture = ExtResource("1_bl13t") texture = ExtResource("2_t4qyh")
texture_margin_left = 2.0 texture_margin_left = 2.0
texture_margin_top = 2.0 texture_margin_top = 2.0
texture_margin_right = 2.0 texture_margin_right = 2.0
@ -53,28 +54,45 @@ expand_margin_right = 2.0
expand_margin_bottom = 2.0 expand_margin_bottom = 2.0
[sub_resource type="Theme" id="Theme_ij1v8"] [sub_resource type="Theme" id="Theme_ij1v8"]
default_font = ExtResource("2_bl13t") default_font = ExtResource("3_lalyk")
default_font_size = 12 default_font_size = 12
VScrollBar/icons/decrement = ExtResource("1_4tp53")
VScrollBar/icons/increment = ExtResource("1_4tp53")
VScrollBar/styles/grabber = SubResource("StyleBoxFlat_iyx0m") VScrollBar/styles/grabber = SubResource("StyleBoxFlat_iyx0m")
VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_bl13t") VScrollBar/styles/grabber_highlight = SubResource("StyleBoxFlat_bl13t")
VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_74lek") VScrollBar/styles/grabber_pressed = SubResource("StyleBoxFlat_74lek")
VScrollBar/styles/scroll = SubResource("StyleBoxTexture_bl13t") VScrollBar/styles/scroll = SubResource("StyleBoxTexture_bl13t")
VScrollBar/styles/scroll_focus = SubResource("StyleBoxFlat_j5jx5") VScrollBar/styles/scroll_focus = SubResource("StyleBoxFlat_j5jx5")
[node name="Node2D" type="Node2D"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_lpvoh"]
content_margin_left = 3.0
content_margin_top = 3.0
content_margin_right = 3.0
content_margin_bottom = 3.0
bg_color = Color(0.2, 0.36862746, 0.53333336, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(0, 0, 0, 1)
corner_radius_top_left = 4
corner_radius_top_right = 4
corner_radius_bottom_right = 4
corner_radius_bottom_left = 4
anti_aliasing = false
[node name="Node2D" type="Control"]
layout_mode = 3
anchors_preset = 0
[node name="ScrollContainer" type="ScrollContainer" parent="."] [node name="ScrollContainer" type="ScrollContainer" parent="."]
offset_right = 92.0 layout_mode = 0
offset_bottom = 101.0 offset_right = 170.0
offset_bottom = 108.0
theme = SubResource("Theme_ij1v8") theme = SubResource("Theme_ij1v8")
theme_override_styles/panel = SubResource("StyleBoxFlat_lpvoh")
draw_focus_border = true draw_focus_border = true
horizontal_scroll_mode = 0
[node name="Polygon2D" type="Polygon2D" parent="ScrollContainer"]
position = Vector2(-0.6560024, 1.4637735)
scale = Vector2(2.4320588, 3.3475094)
color = Color(0.16078432, 0.29803923, 0.45490196, 1)
polygon = PackedVector2Array(0.25320435, -0.7913666, 40.966705, -0.67121506, 40.975983, 31.40563, 0.23184204, 31.52679)
uv = PackedVector2Array(-626.6666, -67.33367, -113.33331, -66.000336, -208, 69.99967, -629.3333, 17.333)
[node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"] [node name="VBoxContainer" type="VBoxContainer" parent="ScrollContainer"]
layout_mode = 2 layout_mode = 2
@ -85,7 +103,7 @@ text = "ASCV发送给对"
[node name="Button2" type="Button" parent="ScrollContainer/VBoxContainer"] [node name="Button2" type="Button" parent="ScrollContainer/VBoxContainer"]
layout_mode = 2 layout_mode = 2
theme_override_fonts/font = ExtResource("1_errlg") theme_override_fonts/font = ExtResource("4_sj1p0")
theme_override_font_sizes/font_size = 12 theme_override_font_sizes/font_size = 12
text = "ASCV发送给对" text = "ASCV发送给对"

View File

@ -0,0 +1,57 @@
[gd_scene load_steps=4 format=3 uid="uid://bewpqkap6epnb"]
[ext_resource type="Texture2D" uid="uid://dge24fqftcpc0" path="res://resources/UI/cash_dollars.png" id="2_1m205"]
[ext_resource type="FontFile" uid="uid://cexdvv8qg3x01" path="res://resources/Font/文泉驿点阵正黑.TTF" id="3_hmyfu"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_aerja"]
content_margin_left = 5.0
content_margin_top = 5.0
content_margin_right = 5.0
content_margin_bottom = 5.0
bg_color = Color(0.16470589, 0.23137255, 0.3019608, 1)
corner_radius_top_left = 5
corner_radius_top_right = 5
corner_radius_bottom_right = 5
corner_radius_bottom_left = 5
anti_aliasing = false
[node name="Control" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -860.0
offset_bottom = -490.0
grow_horizontal = 2
grow_vertical = 2
[node name="PanelContainer" type="PanelContainer" parent="."]
layout_mode = 0
offset_right = 100.0
offset_bottom = 50.0
theme_override_styles/panel = SubResource("StyleBoxFlat_aerja")
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
layout_mode = 2
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer"]
layout_mode = 2
theme_override_fonts/font = ExtResource("3_hmyfu")
theme_override_font_sizes/font_size = 14
text = "资金:"
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/VBoxContainer"]
layout_mode = 2
[node name="TextureRect" type="TextureRect" parent="PanelContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
texture = ExtResource("2_1m205")
expand_mode = 3
[node name="Label" type="Label" parent="PanelContainer/VBoxContainer/HBoxContainer"]
layout_mode = 2
theme_override_colors/font_color = Color(1, 0.110000014, 0.110000014, 1)
theme_override_colors/font_outline_color = Color(1, 0.110000014, 0.110000014, 1)
theme_override_constants/outline_size = 1
theme_override_font_sizes/font_size = 14
text = "999.9 M"