mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-02 00:02:13 +08:00
Refactor feed components and UI interactions
- Updated various feed components (Cake, Cupcake, Dango, Donut, FruitPlatter, FruitSalad, Milk, Orange, RedJam, Strawberry, Taco, WaterBottle, Xigua-Full, Xigua-Half, YellowJam) to correct names, textures, and display names. - Modified MakeFeed scene to improve feed selection and display logic, including the addition of skip functionality. - Enhanced UIState and EntityBase scripts to manage feed counts and selections more effectively. - Introduced DirTool for directory operations and improved file loading mechanisms. - Adjusted TickTool for frame-based operations.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://dl34e70hpckp0"]
|
||||
[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://b7vxserbhskol" path="res://resources/feeds/banana.svg" id="2_1wmlm"]
|
||||
[ext_resource type="Texture2D" uid="uid://bfioxi3ehf4kv" path="res://resources/feeds/cake-a.svg" id="2_ijk6h"]
|
||||
|
||||
[node name="Cake" instance=ExtResource("1_f2mv8")]
|
||||
@@ -13,7 +12,7 @@ costs = Array[int]([1])
|
||||
costCounts = Array[int]([70])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_1wmlm")
|
||||
texture = ExtResource("2_ijk6h")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]香蕉[/b]"
|
||||
text = "[b]生日蛋糕[/b]"
|
||||
|
||||
Reference in New Issue
Block a user