mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-07-11 04:22:54 +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,8 +1,7 @@
|
||||
[gd_scene load_steps=4 format=3 uid="uid://b45fcafxjacch"]
|
||||
[gd_scene load_steps=3 format=3 uid="uid://b45fcafxjacch"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bykwevnv7keeh" path="res://components/Abstracts/FeedCardBase.tscn" id="1_rejfg"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7g4nciiimp1t" path="res://resources/feeds/fruit platter.png" id="2_6i6sp"]
|
||||
[ext_resource type="Texture2D" uid="uid://b8uh5md8o4ihf" path="res://resources/feeds/fortune cookie.png" id="2_n0rfa"]
|
||||
|
||||
[node name="FruitPlatter" instance=ExtResource("1_rejfg")]
|
||||
avatarTexture = ExtResource("2_6i6sp")
|
||||
@@ -13,7 +12,7 @@ costs = Array[int]([0, 1])
|
||||
costCounts = Array[int]([150, 200])
|
||||
|
||||
[node name="avatar" parent="container/info" index="0"]
|
||||
texture = ExtResource("2_n0rfa")
|
||||
texture = ExtResource("2_6i6sp")
|
||||
|
||||
[node name="name" parent="container/info" index="1"]
|
||||
text = "[b]幸运签语饼[/b]"
|
||||
text = "[b]水果拼盘[/b]"
|
||||
|
||||
Reference in New Issue
Block a user