20251214
This commit is contained in:
parent
d75ef8eab8
commit
c90216eb68
40
res_src/campus.png.import
Normal file
40
res_src/campus.png.import
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://brmthiu6rxhqc"
|
||||||
|
path="res://.godot/imported/campus.png-40306cc6301f21c10b43501563d0fc58.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://res_src/campus.png"
|
||||||
|
dest_files=["res://.godot/imported/campus.png-40306cc6301f21c10b43501563d0fc58.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
|
||||||
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
[ext_resource type="Texture2D" uid="uid://dhknwhd3xwd4o" path="res://resources/UI/frame.png" id="1_q4j0o"]
|
[ext_resource type="Texture2D" uid="uid://dhknwhd3xwd4o" path="res://resources/UI/frame.png" id="1_q4j0o"]
|
||||||
[ext_resource type="Texture2D" uid="uid://ctv5618t4fkyg" path="res://resources/UI/Clock.png" id="2_2iv8j"]
|
[ext_resource type="Texture2D" uid="uid://ctv5618t4fkyg" path="res://resources/UI/Clock.png" id="2_2iv8j"]
|
||||||
[ext_resource type="FontFile" uid="uid://dvhe0bgt41uk5" path="res://resources/Font/unifont-16.0.01.otf" id="3_oncea"]
|
[ext_resource type="FontFile" uid="uid://c7ahefyipl24t" path="res://resources/Font/AlibabaPuHuiTi-3-65-Medium.ttf" id="3_oncea"]
|
||||||
[ext_resource type="Texture2D" uid="uid://dge24fqftcpc0" path="res://resources/UI/cash_dollars.png" id="4_h3kwg"]
|
[ext_resource type="Texture2D" uid="uid://dge24fqftcpc0" path="res://resources/UI/cash_dollars.png" id="4_h3kwg"]
|
||||||
[ext_resource type="Texture2D" uid="uid://wl1432yup03h" path="res://resources/UI/face.png" id="5_y5gq8"]
|
[ext_resource type="Texture2D" uid="uid://wl1432yup03h" path="res://resources/UI/face.png" id="5_y5gq8"]
|
||||||
[ext_resource type="Texture2D" uid="uid://8pplbdis6e4u" path="res://resources/UI/hat.png" id="6_2eqkd"]
|
[ext_resource type="Texture2D" uid="uid://8pplbdis6e4u" path="res://resources/UI/hat.png" id="6_2eqkd"]
|
||||||
|
|||||||
2006
scenes/campus.tscn
2006
scenes/campus.tscn
File diff suppressed because it is too large
Load Diff
@ -67,8 +67,8 @@ corner_radius_bottom_right = 5
|
|||||||
corner_radius_bottom_left = 5
|
corner_radius_bottom_left = 5
|
||||||
|
|
||||||
[node name="TaskInfoItem" type="PanelContainer"]
|
[node name="TaskInfoItem" type="PanelContainer"]
|
||||||
custom_minimum_size = Vector2(320, 50)
|
custom_minimum_size = Vector2(270, 50)
|
||||||
offset_right = 307.0
|
offset_right = 270.0
|
||||||
offset_bottom = 50.0
|
offset_bottom = 50.0
|
||||||
size_flags_horizontal = 0
|
size_flags_horizontal = 0
|
||||||
theme_override_styles/panel = SubResource("StyleBoxFlat_7cj6f")
|
theme_override_styles/panel = SubResource("StyleBoxFlat_7cj6f")
|
||||||
@ -102,10 +102,11 @@ theme_override_font_sizes/font_size = 14
|
|||||||
text = "A 类期刊 - 001 (50%)"
|
text = "A 类期刊 - 001 (50%)"
|
||||||
|
|
||||||
[node name="ProgressBar" type="ProgressBar" parent="H1/V1"]
|
[node name="ProgressBar" type="ProgressBar" parent="H1/V1"]
|
||||||
custom_minimum_size = Vector2(200, 12)
|
custom_minimum_size = Vector2(150, 12)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
theme_override_styles/background = SubResource("StyleBoxFlat_w5erq")
|
theme_override_styles/background = SubResource("StyleBoxFlat_w5erq")
|
||||||
theme_override_styles/fill = SubResource("StyleBoxFlat_8s2w1")
|
theme_override_styles/fill = SubResource("StyleBoxFlat_8s2w1")
|
||||||
|
max_value = 75.0
|
||||||
value = 50.0
|
value = 50.0
|
||||||
show_percentage = false
|
show_percentage = false
|
||||||
|
|
||||||
|
|||||||
@ -46,7 +46,7 @@ horizontal_alignment = 1
|
|||||||
vertical_alignment = 2
|
vertical_alignment = 2
|
||||||
|
|
||||||
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
[node name="ScrollContainer" type="ScrollContainer" parent="VBoxContainer"]
|
||||||
custom_minimum_size = Vector2(345, 300)
|
custom_minimum_size = Vector2(295, 200)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_vertical = 3
|
size_flags_vertical = 3
|
||||||
draw_focus_border = true
|
draw_focus_border = true
|
||||||
@ -56,26 +56,17 @@ horizontal_scroll_mode = 0
|
|||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
size_flags_horizontal = 3
|
size_flags_horizontal = 3
|
||||||
|
|
||||||
[node name="TaskInfoItem6" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="TaskInfoItem3" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="TaskInfoItem2" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
[node name="TaskInfoItem2" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="TaskInfoItem4" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="TaskInfoItem" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
[node name="TaskInfoItem" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
|
[node name="TaskInfoItem3" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
||||||
|
layout_mode = 2
|
||||||
|
|
||||||
|
[node name="TaskInfoItem4" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
||||||
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="TaskInfoItem5" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
[node name="TaskInfoItem5" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
|
|
||||||
[node name="TaskInfoItem7" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
|
||||||
layout_mode = 2
|
|
||||||
|
|
||||||
[node name="TaskInfoItem8" parent="VBoxContainer/ScrollContainer/VBoxContainer" instance=ExtResource("2_t2anq")]
|
|
||||||
layout_mode = 2
|
|
||||||
|
|||||||
@ -162,6 +162,7 @@ theme_override_fonts/font = ExtResource("5_m47h2")
|
|||||||
theme_override_styles/normal = SubResource("StyleBoxTexture_jyumt")
|
theme_override_styles/normal = SubResource("StyleBoxTexture_jyumt")
|
||||||
theme_override_styles/pressed = SubResource("StyleBoxTexture_rqfvc")
|
theme_override_styles/pressed = SubResource("StyleBoxTexture_rqfvc")
|
||||||
theme_override_styles/hover = SubResource("StyleBoxTexture_0ntnr")
|
theme_override_styles/hover = SubResource("StyleBoxTexture_0ntnr")
|
||||||
|
toggle_mode = true
|
||||||
text = "任务"
|
text = "任务"
|
||||||
|
|
||||||
[node name="CC2" type="CenterContainer" parent="HBox"]
|
[node name="CC2" type="CenterContainer" parent="HBox"]
|
||||||
@ -173,6 +174,7 @@ theme_override_fonts/font = ExtResource("5_m47h2")
|
|||||||
theme_override_styles/normal = SubResource("StyleBoxTexture_jyumt")
|
theme_override_styles/normal = SubResource("StyleBoxTexture_jyumt")
|
||||||
theme_override_styles/pressed = SubResource("StyleBoxTexture_rqfvc")
|
theme_override_styles/pressed = SubResource("StyleBoxTexture_rqfvc")
|
||||||
theme_override_styles/hover = SubResource("StyleBoxTexture_0ntnr")
|
theme_override_styles/hover = SubResource("StyleBoxTexture_0ntnr")
|
||||||
|
toggle_mode = true
|
||||||
text = "日志"
|
text = "日志"
|
||||||
|
|
||||||
[node name="CC3" type="CenterContainer" parent="HBox"]
|
[node name="CC3" type="CenterContainer" parent="HBox"]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user