mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 15:01:53 +08:00
345c1ad9dd
添加新的钢管组件资源文件,包含相关属性和贴图配置 同时从公鸡角色场景中移除钢管武器的实例
23 lines
843 B
Plaintext
23 lines
843 B
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://r670cp2cjtjk"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_ob5wt"]
|
|
[ext_resource type="Texture2D" uid="uid://7yeb0e4ahcee" path="res://resources/weapons/pipe.png" id="2_wljmc"]
|
|
[ext_resource type="PackedScene" uid="uid://dyanyf044boxp" path="res://components/Weapons/Pipe.tscn" id="3_qkqst"]
|
|
|
|
[node name="Pipe" instance=ExtResource("1_ob5wt")]
|
|
avatarTexture = ExtResource("2_wljmc")
|
|
displayName = "钢管"
|
|
quality = 2
|
|
topic = 8
|
|
weapons = Array[PackedScene]([ExtResource("3_qkqst")])
|
|
costs = Array[int]([1])
|
|
costCounts = Array[int]([500])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_wljmc")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
displayName = "钢管"
|
|
quality = 2
|
|
topic = 8
|