mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-06-05 03:07:12 +08:00
a688fe3b44
- Added laserbig.ogg sound effect import configuration. - Created BigLaser script extending BulletBase with AI targeting and dot application functionality.
19 lines
722 B
Plaintext
19 lines
722 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dl34e70hpckp0"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_f2mv8"]
|
|
[ext_resource type="Texture2D" uid="uid://bfioxi3ehf4kv" path="res://resources/feeds/cake-a.svg" id="2_ijk6h"]
|
|
|
|
[node name="Cake" instance=ExtResource("1_f2mv8")]
|
|
avatarTexture = ExtResource("2_ijk6h")
|
|
displayName = "生日蛋糕"
|
|
fields = Array[int]([4, 8, 15])
|
|
fieldValues = Array[float]([0.06, 0.075, 1.0])
|
|
costs = Array[int]([1])
|
|
costCounts = Array[int]([125])
|
|
|
|
[node name="avatar" parent="container/info" index="0"]
|
|
texture = ExtResource("2_ijk6h")
|
|
|
|
[node name="name" parent="container/info" index="1"]
|
|
text = "[b]生日蛋糕[/b]"
|