mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(角色): 添加新角色KukeMC和FurryR
添加KukeMC角色资源文件、脚本和场景配置 添加FurryR角色脚本和场景配置,包含特殊属性设置
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://ci4aho82dk58h"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_odk26"]
|
||||
|
||||
[node name="FurryR" instance=ExtResource("1_odk26")]
|
||||
displayName = "熊谷凌"
|
||||
@@ -0,0 +1,30 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://d4lfjwy0hkidu"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cvogxi7mktumf" path="res://components/Abstracts/EntityBase.tscn" id="1_r4q7y"]
|
||||
[ext_resource type="Texture2D" uid="uid://c1jhrutky8pya" path="res://resources/characters/kukemc/avatar.webp" id="2_422pv"]
|
||||
|
||||
[sub_resource type="SpriteFrames" id="SpriteFrames_1c0ui"]
|
||||
animations = [{
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_422pv")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"idle",
|
||||
"speed": 5.0
|
||||
}, {
|
||||
"frames": [{
|
||||
"duration": 1.0,
|
||||
"texture": ExtResource("2_422pv")
|
||||
}],
|
||||
"loop": true,
|
||||
"name": &"walk",
|
||||
"speed": 5.0
|
||||
}]
|
||||
|
||||
[node name="KukeMC" instance=ExtResource("1_r4q7y")]
|
||||
displayName = "酷可mc"
|
||||
|
||||
[node name="texture" parent="." index="2"]
|
||||
sprite_frames = SubResource("SpriteFrames_1c0ui")
|
||||
animation = &"walk"
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 3.0 KiB |
@@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://c1jhrutky8pya"
|
||||
path="res://.godot/imported/avatar.webp-d4d2591bc250f248752f1c7286ec0bea.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/characters/kukemc/avatar.webp"
|
||||
dest_files=["res://.godot/imported/avatar.webp-d4d2591bc250f248752f1c7286ec0bea.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
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/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
|
||||
@@ -0,0 +1,6 @@
|
||||
extends EntityBase
|
||||
class_name FurryR
|
||||
|
||||
func register():
|
||||
fields[FieldStore.Entity.MAX_HEALTH] *= 0.05
|
||||
fields[FieldStore.Entity.DAMAGE_MULTIPILER] = 999.0
|
||||
@@ -0,0 +1,2 @@
|
||||
extends EntityBase
|
||||
class_name KukeMC
|
||||
Reference in New Issue
Block a user