最终整理版

This commit is contained in:
2026-06-03 17:04:06 +08:00
commit 959055ce90
1240 changed files with 80570 additions and 0 deletions
@@ -0,0 +1,4 @@
[gd_scene format=3 uid="uid://chfa2rm8sfwc3"]
[node name="PlayerCamera" type="Camera2D" unique_id=2017510196]
process_callback = 0
@@ -0,0 +1,78 @@
[gd_scene format=3 uid="uid://f2jxqr5e7i5e"]
[ext_resource type="Script" uid="uid://cvstlrlxs5iui" path="res://sources/actor/entity/components/Interactive.gd" id="1_b3bk6"]
[ext_resource type="Theme" uid="uid://dhb6h35g1bk0x" path="res://data/themes/DefaultTheme.tres" id="1_wehdi"]
[ext_resource type="PackedScene" uid="uid://c0wuhrlsdwo8s" path="res://presets/gui/HealthBar.tscn" id="2_5opbf"]
[ext_resource type="PackedScene" uid="uid://08v0t5i6hvef" path="res://presets/effects/particles/Emote.tscn" id="2_gghi1"]
[ext_resource type="Script" uid="uid://cbedrk7hxvhfu" path="res://sources/actor/entity/components/InteractiveSkillPreview.gd" id="5_mia2y"]
[node name="Interactions" type="Node2D" unique_id=260754091]
z_as_relative = false
script = ExtResource("1_b3bk6")
[node name="TopOffset" type="Node2D" parent="." unique_id=1944343598]
z_index = 255
position = Vector2(0, -64)
[node name="Emote" parent="TopOffset" unique_id=1126513509 instance=ExtResource("2_gghi1")]
position = Vector2(0, -16)
emitting = false
one_shot = true
local_coords = true
[node name="TopBox" type="VBoxContainer" parent="TopOffset" unique_id=1764552135]
clip_contents = true
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_top = -4.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_wehdi")
alignment = 1
[node name="Panel" type="PanelContainer" parent="TopOffset/TopBox" unique_id=2049547634]
clip_contents = true
layout_mode = 2
size_flags_horizontal = 0
theme_type_variation = &"ChatContainer"
[node name="SpeechContainer" type="VBoxContainer" parent="TopOffset/TopBox/Panel" unique_id=864848248]
layout_mode = 2
alignment = 1
[node name="UnderBox" type="VBoxContainer" parent="." unique_id=2073778132]
z_index = 255
anchors_preset = 5
anchor_left = 0.5
anchor_right = 0.5
offset_left = -20.0
offset_top = 16.0
offset_right = 20.0
offset_bottom = 56.0
grow_horizontal = 2
[node name="Name" type="Label" parent="UnderBox" unique_id=1736490670]
custom_minimum_size = Vector2(0, 10)
layout_mode = 2
size_flags_vertical = 8
theme = ExtResource("1_wehdi")
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
theme_override_constants/outline_size = 2
horizontal_alignment = 1
[node name="HealthBar" parent="UnderBox" unique_id=1136536829 instance=ExtResource("2_5opbf")]
visible = false
custom_minimum_size = Vector2(56, 4)
layout_mode = 2
size_flags_horizontal = 4
size_flags_vertical = 4
[node name="SkillPreview" type="Control" parent="." unique_id=1781727879]
z_index = 255
layout_mode = 3
anchors_preset = 0
scale = Vector2(1, 0.7)
script = ExtResource("5_mia2y")
@@ -0,0 +1,5 @@
[gd_scene format=3 uid="uid://dp6v2o0wokn8"]
[node name="NavAgent" type="NavigationAgent2D" unique_id=1870756483]
path_desired_distance = 10.0
neighbor_distance = 20.0
@@ -0,0 +1,5 @@
[gd_scene format=3 uid="uid://cdrtwbrgy4e5o"]
[node name="NavAgent" type="NavigationAgent2D" unique_id=1461405035]
path_desired_distance = 10.0
radius = 24.0
@@ -0,0 +1,8 @@
[gd_resource type="ShaderMaterial" format=3 uid="uid://c0ie2wa20bxhl"]
[ext_resource type="Shader" uid="uid://bgsxq2l0x2fdn" path="res://sources/shaders/EntityOutline.gdshader" id="1_dtoph"]
[resource]
shader = ExtResource("1_dtoph")
shader_parameter/outline_color = Color(0.146691, 0.446298, 0.496412, 1)
shader_parameter/blink_speed = 7.0
@@ -0,0 +1,8 @@
[gd_resource type="ShaderMaterial" format=3 uid="uid://yu8g2up7l0jq"]
[ext_resource type="Shader" uid="uid://bgsxq2l0x2fdn" path="res://sources/shaders/EntityOutline.gdshader" id="1_p22ft"]
[resource]
shader = ExtResource("1_p22ft")
shader_parameter/outline_color = Color(0.591254, 0.239771, 0.188286, 1)
shader_parameter/blink_speed = 7.0