mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-09 21:27:13 +08:00
feat: 添加芝士热狗和诡异芝士热狗资源及场景
添加了两个新的食物资源(热狗和诡异版本)及相关场景文件,同时修复了EntityBase.gd和FieldStore.gd中的缩进问题,并添加了蓄力图标资源
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://27jsyk3ysb7l"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_eesrp"]
|
||||
[ext_resource type="Texture2D" uid="uid://5mi6cypw3pi8" path="res://resources/feeds/hotdog.png" id="2_wg2ms"]
|
||||
|
||||
[node name="Hotdog" instance=ExtResource("1_eesrp")]
|
||||
avatarTexture = ExtResource("2_wg2ms")
|
||||
displayName = "芝士热狗"
|
||||
quality = 4
|
||||
topic = 3
|
||||
fields = Array[int]([28])
|
||||
fieldValues = Array[float]([0.04])
|
||||
costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([2000, 1])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_wg2ms")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "芝士热狗"
|
||||
quality = 4
|
||||
topic = 3
|
||||
@@ -0,0 +1,20 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b45312iwke12t"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_74srx"]
|
||||
[ext_resource type="Texture2D" uid="uid://dnr1kckji14al" path="res://resources/feeds/hotdog-evil.png" id="2_bgn3j"]
|
||||
|
||||
[node name="HotdogEvil" instance=ExtResource("1_74srx")]
|
||||
avatarTexture = ExtResource("2_bgn3j")
|
||||
displayName = "诡异的芝士热狗"
|
||||
quality = 4
|
||||
topic = 3
|
||||
fields = Array[int]([28, 0, 8])
|
||||
fieldValues = Array[float]([0.1, -10.0, -0.4])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_bgn3j")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
displayName = "诡异的芝士热狗"
|
||||
quality = 4
|
||||
topic = 3
|
||||
Reference in New Issue
Block a user