完善宠物系统
This commit is contained in:
178
MainGame.tscn
178
MainGame.tscn
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=97 format=3 uid="uid://dgh61dttaas5a"]
|
||||
[gd_scene load_steps=105 format=3 uid="uid://dgh61dttaas5a"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://2pt11sfcaxf7" path="res://MainGame.gd" id="1_v3yaj"]
|
||||
[ext_resource type="Texture2D" uid="uid://du2pyiojliasy" path="res://assets/游戏UI/经验球.webp" id="2_6jgly"]
|
||||
@@ -39,6 +39,7 @@
|
||||
[ext_resource type="Script" uid="uid://bvhupqlw2h1j8" path="res://Script/SmallPanel/DebugPanel.gd" id="28_8kysg"]
|
||||
[ext_resource type="Script" uid="uid://ca2chgx5w3g1y" path="res://Components/GameBGMPlayer.gd" id="28_m6fch"]
|
||||
[ext_resource type="Script" uid="uid://d4fvv2sjngajr" path="res://Script/Dialog/BatchBuyPopup.gd" id="29_5b81d"]
|
||||
[ext_resource type="PackedScene" uid="uid://diwbnwhnq026" path="res://Scene/NewPet/PetBattlePanel.tscn" id="29_mw3xw"]
|
||||
[ext_resource type="PackedScene" uid="uid://dos15dmc1b6bt" path="res://GUI/GameSettingPanel.tscn" id="30_game_setting"]
|
||||
[ext_resource type="Texture2D" uid="uid://2sdfbvf1isif" path="res://icon.svg" id="31_uc6q1"]
|
||||
[ext_resource type="Script" uid="uid://doo34ll0yb078" path="res://Script/SmallPanel/PetInformPanel.gd" id="31_vygm6"]
|
||||
@@ -70,7 +71,14 @@
|
||||
[ext_resource type="Texture2D" uid="uid://cqqyc3ddwtvpn" path="res://assets/天气系统图片/栀子花3.webp" id="55_iluto"]
|
||||
[ext_resource type="Texture2D" uid="uid://d4e54gh5iccul" path="res://assets/装饰物图片/道具商店.webp" id="56_rlmnt"]
|
||||
[ext_resource type="Texture2D" uid="uid://deow5dqdm412v" path="res://assets/装饰物图片/宠物商店.webp" id="57_rlmnt"]
|
||||
[ext_resource type="Texture2D" uid="uid://dfeqilibb6ecs" path="res://assets/装饰物图片/作物仓库.webp" id="58_mjfri"]
|
||||
[ext_resource type="Texture2D" uid="uid://b738esrtjlho7" path="res://assets/装饰物图片/种子仓库.webp" id="59_612dn"]
|
||||
[ext_resource type="Texture2D" uid="uid://cbj1s6ctp0utb" path="res://assets/装饰物图片/玩家排行榜.webp" id="60_2fqxv"]
|
||||
[ext_resource type="Script" uid="uid://o4mcuqoivqri" path="res://GameManager/WeatherSystem.gd" id="62_uyv6e"]
|
||||
[ext_resource type="Texture2D" uid="uid://deh0dnprkw155" path="res://assets/装饰物图片/每日签到礼包.webp" id="63_ekowe"]
|
||||
[ext_resource type="Texture2D" uid="uid://ic2nvi3xlwl4" path="res://assets/装饰物图片/在线时长礼包.webp" id="64_crc4a"]
|
||||
[ext_resource type="Texture2D" uid="uid://1xgmal8sw6il" path="res://assets/装饰物图片/宠物背包.webp" id="67_onvxb"]
|
||||
[ext_resource type="Texture2D" uid="uid://ywdg7xgq7hm8" path="res://assets/装饰物图片/道具背包.webp" id="68_bpbm8"]
|
||||
[ext_resource type="Texture2D" uid="uid://bnv6wb0k443fv" path="res://assets/天气系统图片/柳叶2.webp" id="69_uyv6e"]
|
||||
[ext_resource type="Script" uid="uid://di8wjflimodb0" path="res://GameManager/DayNightSystem.gd" id="73_6fhdl"]
|
||||
|
||||
@@ -277,6 +285,20 @@ fog_density = 1.0
|
||||
[node name="main" type="Node"]
|
||||
script = ExtResource("1_v3yaj")
|
||||
|
||||
[node name="PetPatrolPoints" type="Node" parent="."]
|
||||
|
||||
[node name="Pos1" type="Marker2D" parent="PetPatrolPoints"]
|
||||
position = Vector2(-276, -151)
|
||||
|
||||
[node name="Pos2" type="Marker2D" parent="PetPatrolPoints"]
|
||||
position = Vector2(-276, 1052)
|
||||
|
||||
[node name="Pos3" type="Marker2D" parent="PetPatrolPoints"]
|
||||
position = Vector2(1391, 1052)
|
||||
|
||||
[node name="Pos4" type="Marker2D" parent="PetPatrolPoints"]
|
||||
position = Vector2(1391, -184)
|
||||
|
||||
[node name="UI" type="CanvasLayer" parent="."]
|
||||
|
||||
[node name="GUI" type="Control" parent="UI"]
|
||||
@@ -602,6 +624,18 @@ layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "点赞"
|
||||
|
||||
[node name="BattleButton" type="Button" parent="UI/GUI/VisitVBox"]
|
||||
modulate = Color(0, 0.784782, 0.487639, 1)
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "发起对战"
|
||||
|
||||
[node name="UseItemButton" type="Button" parent="UI/GUI/VisitVBox"]
|
||||
modulate = Color(0.37232, 0.679193, 1, 1)
|
||||
layout_mode = 2
|
||||
theme_override_font_sizes/font_size = 40
|
||||
text = "使用道具"
|
||||
|
||||
[node name="ReturnMyFarmButton" type="Button" parent="UI/GUI/VisitVBox"]
|
||||
modulate = Color(1, 1, 0.721569, 1)
|
||||
layout_mode = 2
|
||||
@@ -916,6 +950,9 @@ visible = false
|
||||
[node name="GameSettingPanel" parent="UI/BigPanel" instance=ExtResource("30_game_setting")]
|
||||
visible = false
|
||||
|
||||
[node name="PetBattlePanel" parent="UI/BigPanel" instance=ExtResource("29_mw3xw")]
|
||||
visible = false
|
||||
|
||||
[node name="SmallPanel" type="CanvasLayer" parent="UI"]
|
||||
|
||||
[node name="LoadProgressPanel" parent="UI/SmallPanel" instance=ExtResource("27_vygm6")]
|
||||
@@ -1427,7 +1464,9 @@ offset_right = 1322.0
|
||||
offset_bottom = 280.0
|
||||
theme_override_colors/font_color = Color(0.654902, 1, 1, 1)
|
||||
theme_override_font_sizes/font_size = 30
|
||||
text = "只需花费一点点钱币,就可以匿名发送一句话,由于智慧树强大的链接性,其他玩家在浇水施肥时就有概率收到这句话。向他人发送一句祝福吧(,,・ω・,,) ,只要你不断的给智慧树浇水施肥,它就会长得越来越高"
|
||||
text = "只需花费一点点钱币,就可以匿名发送一句话,由于智慧树强大的链接性,
|
||||
其他玩家在浇水施肥时就有概率收到这句话。向他人发送一句祝福吧(,,・ω・,,) ,
|
||||
只要你不断的给智慧树浇水施肥,它就会长得越来越高"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
autowrap_mode = 2
|
||||
@@ -1881,14 +1920,6 @@ script = ExtResource("17_0igvr")
|
||||
|
||||
[node name="Timer" type="Timer" parent="BackgroundUI/BackgroundSwitcher"]
|
||||
|
||||
[node name="PetPatrolPathLine" type="Line2D" parent="."]
|
||||
position = Vector2(-52.4841, -115.095)
|
||||
scale = Vector2(0.92426, 0.816774)
|
||||
points = PackedVector2Array(-200, -100, -200, 1500, 1500, 1500, 1500, -100)
|
||||
closed = true
|
||||
width = 5.0
|
||||
default_color = Color(0, 1, 1, 1)
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="."]
|
||||
z_as_relative = false
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
@@ -2056,6 +2087,7 @@ layout_mode = 0
|
||||
offset_left = 13.0
|
||||
offset_right = 390.0
|
||||
offset_bottom = 113.0
|
||||
theme_override_constants/outline_size = 20
|
||||
theme_override_font_sizes/bold_italics_font_size = 35
|
||||
theme_override_font_sizes/italics_font_size = 35
|
||||
theme_override_font_sizes/mono_font_size = 35
|
||||
@@ -2207,7 +2239,7 @@ text = "宠物商店"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Decoration5" type="Button" parent="Decoration"]
|
||||
[node name="CropWarehouse" type="Button" parent="Decoration"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 610.0
|
||||
@@ -2216,18 +2248,17 @@ offset_right = 874.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/Decoration5"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/CropWarehouse"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/Decoration5"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/CropWarehouse"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("49_xjiif")
|
||||
texture = ExtResource("58_mjfri")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/Decoration5"]
|
||||
visible = false
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/CropWarehouse"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -2239,11 +2270,11 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "稻草人"
|
||||
text = "作物仓库"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Decoration6" type="Button" parent="Decoration"]
|
||||
[node name="SeedWarehouse" type="Button" parent="Decoration"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 732.0
|
||||
@@ -2252,18 +2283,17 @@ offset_right = 996.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/Decoration6"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/SeedWarehouse"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/Decoration6"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/SeedWarehouse"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("49_xjiif")
|
||||
texture = ExtResource("59_612dn")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/Decoration6"]
|
||||
visible = false
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/SeedWarehouse"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -2275,11 +2305,11 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "稻草人"
|
||||
text = "种子仓库"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Decoration7" type="Button" parent="Decoration"]
|
||||
[node name="PlayerRank" type="Button" parent="Decoration"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 854.0
|
||||
@@ -2288,18 +2318,17 @@ offset_right = 1118.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/Decoration7"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration/PlayerRank"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/Decoration7"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration/PlayerRank"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("50_sqnmr")
|
||||
texture = ExtResource("60_2fqxv")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/Decoration7"]
|
||||
visible = false
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration/PlayerRank"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -2311,7 +2340,7 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "稻草人"
|
||||
text = "[rainbow]玩家排行榜[/rainbow]"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
@@ -2330,16 +2359,17 @@ scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="WisdomTreeImage" type="Sprite2D" parent="Decoration/WisdomTree"]
|
||||
position = Vector2(126, 82)
|
||||
scale = Vector2(0.5, 0.5)
|
||||
position = Vector2(135, -107.5)
|
||||
scale = Vector2(2.5, 2.5)
|
||||
texture = ExtResource("45_xvovi")
|
||||
|
||||
[node name="TreeName" type="Label" parent="Decoration/WisdomTree"]
|
||||
self_modulate = Color(2, 2, 2, 1)
|
||||
layout_mode = 0
|
||||
offset_top = -145.0
|
||||
offset_right = 265.0
|
||||
offset_bottom = -96.0
|
||||
offset_left = 37.0
|
||||
offset_top = -450.0
|
||||
offset_right = 302.0
|
||||
offset_bottom = -401.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "智慧树"
|
||||
horizontal_alignment = 1
|
||||
@@ -2348,10 +2378,10 @@ vertical_alignment = 1
|
||||
[node name="TreeStatus" type="Label" parent="Decoration/WisdomTree"]
|
||||
self_modulate = Color(2, 2, 2, 1)
|
||||
layout_mode = 0
|
||||
offset_left = -122.0
|
||||
offset_top = -190.0
|
||||
offset_right = 370.0
|
||||
offset_bottom = -141.0
|
||||
offset_left = -85.0
|
||||
offset_top = -495.0
|
||||
offset_right = 407.0
|
||||
offset_bottom = -446.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "等级lv:99 高度:99m"
|
||||
horizontal_alignment = 1
|
||||
@@ -2359,10 +2389,10 @@ vertical_alignment = 1
|
||||
|
||||
[node name="BackgroundPanel" type="Panel" parent="Decoration/WisdomTree"]
|
||||
layout_mode = 0
|
||||
offset_left = -212.0
|
||||
offset_top = -350.0
|
||||
offset_right = 491.0
|
||||
offset_bottom = -195.0
|
||||
offset_left = -175.0
|
||||
offset_top = -655.0
|
||||
offset_right = 528.0
|
||||
offset_bottom = -500.0
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_6ylhg")
|
||||
|
||||
[node name="AnonymousTalk" type="RichTextLabel" parent="Decoration/WisdomTree/BackgroundPanel"]
|
||||
@@ -2370,6 +2400,8 @@ layout_mode = 0
|
||||
offset_left = 13.0
|
||||
offset_right = 695.0
|
||||
offset_bottom = 155.0
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 15
|
||||
theme_override_font_sizes/bold_italics_font_size = 35
|
||||
theme_override_font_sizes/italics_font_size = 35
|
||||
theme_override_font_sizes/mono_font_size = 35
|
||||
@@ -3107,7 +3139,7 @@ vertical_alignment = 1
|
||||
[node name="Decoration4" type="Node2D" parent="."]
|
||||
position = Vector2(0, 976)
|
||||
|
||||
[node name="ScareCrow" type="Button" parent="Decoration4"]
|
||||
[node name="DailyCheckinGift" type="Button" parent="Decoration4"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_top = -108.0
|
||||
@@ -3115,16 +3147,17 @@ offset_right = 264.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/ScareCrow"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/DailyCheckinGift"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/ScareCrow"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/DailyCheckinGift"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("63_ekowe")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/ScareCrow"]
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/DailyCheckinGift"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -3136,10 +3169,11 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "每日签到礼包"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Decoration1" type="Button" parent="Decoration4"]
|
||||
[node name="OnlineTimeGift" type="Button" parent="Decoration4"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 122.0
|
||||
@@ -3148,18 +3182,17 @@ offset_right = 386.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/Decoration1"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/OnlineTimeGift"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/Decoration1"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/OnlineTimeGift"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("49_xjiif")
|
||||
texture = ExtResource("64_crc4a")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/Decoration1"]
|
||||
visible = false
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/OnlineTimeGift"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -3171,7 +3204,7 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "稻草人"
|
||||
text = "在线时长礼包"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
@@ -3355,7 +3388,7 @@ text = "稻草人"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Decoration7" type="Button" parent="Decoration4"]
|
||||
[node name="PetBag" type="Button" parent="Decoration4"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 854.0
|
||||
@@ -3364,18 +3397,17 @@ offset_right = 1118.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/Decoration7"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/PetBag"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/Decoration7"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/PetBag"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("50_sqnmr")
|
||||
texture = ExtResource("67_onvxb")
|
||||
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/Decoration7"]
|
||||
visible = false
|
||||
[node name="Name" type="RichTextLabel" parent="Decoration4/PetBag"]
|
||||
layout_mode = 0
|
||||
offset_left = -65.0
|
||||
offset_top = -145.0
|
||||
@@ -3387,11 +3419,11 @@ theme_override_font_sizes/mono_font_size = 40
|
||||
theme_override_font_sizes/normal_font_size = 40
|
||||
theme_override_font_sizes/bold_font_size = 40
|
||||
bbcode_enabled = true
|
||||
text = "稻草人"
|
||||
text = "宠物背包"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="WisdomTree" type="Button" parent="Decoration4"]
|
||||
[node name="ItemBag" type="Button" parent="Decoration4"]
|
||||
self_modulate = Color(1, 1, 1, 0)
|
||||
custom_minimum_size = Vector2(100, 100)
|
||||
offset_left = 976.0
|
||||
@@ -3400,18 +3432,24 @@ offset_right = 1240.0
|
||||
offset_bottom = 156.0
|
||||
scale = Vector2(0.4, 0.4)
|
||||
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/WisdomTree"]
|
||||
[node name="GrassGroundImage" type="Sprite2D" parent="Decoration4/ItemBag"]
|
||||
position = Vector2(132, 134)
|
||||
scale = Vector2(1.4, 1.4)
|
||||
texture = ExtResource("48_2i8fe")
|
||||
|
||||
[node name="Name" type="Label" parent="Decoration4/WisdomTree"]
|
||||
[node name="Image" type="Sprite2D" parent="Decoration4/ItemBag"]
|
||||
position = Vector2(132, 48)
|
||||
scale = Vector2(1.2, 1.2)
|
||||
texture = ExtResource("68_bpbm8")
|
||||
|
||||
[node name="Name" type="Label" parent="Decoration4/ItemBag"]
|
||||
self_modulate = Color(2, 2, 2, 1)
|
||||
layout_mode = 0
|
||||
offset_top = -145.0
|
||||
offset_right = 265.0
|
||||
offset_bottom = -96.0
|
||||
theme_override_font_sizes/font_size = 35
|
||||
text = "道具背包"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
@@ -3568,6 +3606,7 @@ environment = SubResource("Environment_uyv6e")
|
||||
[connection signal="pressed" from="UI/GUI/FarmVBox/OneClickPlantButton" to="." method="_on_one_click_plant_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/FarmVBox/AddNewGroundButton" to="." method="_on_add_new_ground_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/VisitVBox/LikeButton" to="." method="_on_like_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/VisitVBox/BattleButton" to="." method="_on_battle_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/VisitVBox/ReturnMyFarmButton" to="." method="_on_return_my_farm_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/OtherVBox/MyStoreButton" to="." method="_on_my_store_button_pressed"]
|
||||
[connection signal="pressed" from="UI/GUI/OtherVBox/AccountSettingButton" to="." method="_on_account_setting_button_pressed"]
|
||||
@@ -3590,6 +3629,11 @@ environment = SubResource("Environment_uyv6e")
|
||||
[connection signal="pressed" from="Decoration/SeedStore" to="." method="_on_seed_store_pressed"]
|
||||
[connection signal="pressed" from="Decoration/ItemStore" to="." method="_on_item_store_pressed"]
|
||||
[connection signal="pressed" from="Decoration/PetStore" to="." method="_on_pet_store_pressed"]
|
||||
[connection signal="pressed" from="Decoration/CropWarehouse" to="." method="_on_crop_warehouse_pressed"]
|
||||
[connection signal="pressed" from="Decoration/SeedWarehouse" to="." method="_on_seed_warehouse_pressed"]
|
||||
[connection signal="pressed" from="Decoration/PlayerRank" to="." method="_on_player_rank_pressed"]
|
||||
[connection signal="pressed" from="Decoration/WisdomTree" to="." method="_on_wisdom_tree_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/ScareCrow" to="." method="_on_scare_crow_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/WisdomTree" to="." method="_on_wisdom_tree_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/DailyCheckinGift" to="." method="_on_daily_checkin_gift_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/OnlineTimeGift" to="." method="_on_online_time_gift_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/PetBag" to="." method="_on_pet_bag_pressed"]
|
||||
[connection signal="pressed" from="Decoration4/ItemBag" to="." method="_on_item_bag_pressed"]
|
||||
|
||||
Reference in New Issue
Block a user