院子排队优化
This commit is contained in:
parent
4c71cb01ca
commit
b38692ed58
@ -702,6 +702,9 @@ texture = ExtResource("22_3y5s5")
|
||||
script = ExtResource("38_g0s7j")
|
||||
event_name = &"c03_drug_game"
|
||||
event_stages = Array[int]([0, 1])
|
||||
pre_event_name = &"current_chapter_stage"
|
||||
pre_event_mode = "hide"
|
||||
pre_event_stages = Array[int]([0, 1, 2])
|
||||
metadata/_custom_type_script = "uid://bkkiyk5jkdw4d"
|
||||
|
||||
[node name="Note药车需知" parent="Ground/DeployLayer/Event2D抓药游戏" instance=ExtResource("6_t48d1")]
|
||||
@ -1213,6 +1216,7 @@ prop_key = "prop_浆糊"
|
||||
script = ExtResource("12_2b6vx")
|
||||
updater_event = &"current_chapter_stage"
|
||||
updater_mode = "shower"
|
||||
updater_ease_duration = 0.0
|
||||
updater_stages = Array[int]([3])
|
||||
metadata/_custom_type_script = "uid://0wjaho6qkg6s"
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=35 format=3 uid="uid://clgwc3jcqarpe"]
|
||||
[gd_scene load_steps=36 format=3 uid="uid://clgwc3jcqarpe"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_0c2p2"]
|
||||
[ext_resource type="Script" uid="uid://cs4ddcjq81c1d" path="res://scene/ground/scene/c03/s10_胖子游戏1.gd" id="2_tthij"]
|
||||
@ -28,6 +28,7 @@
|
||||
[ext_resource type="Texture2D" uid="uid://bpaorlj3ws52" path="res://asset/art/gif/c03_胖子游戏/c03_胖子游戏第一段/手放桌子.png" id="17_f57cq"]
|
||||
[ext_resource type="SpriteFrames" uid="uid://cay6bn3elw2we" path="res://asset/art/gif/c03_胖子游戏/c03_胖子游戏第一段/c03_胖子游戏第一段_frames.tres" id="18_f57cq"]
|
||||
[ext_resource type="Texture2D" uid="uid://vw03vgq281a8" path="res://asset/art/gif/c03_胖子游戏/c03_胖子游戏第一段/落点1.png" id="18_js8ld"]
|
||||
[ext_resource type="FontFile" uid="uid://bnxdsxp7dst7f" path="res://asset/font/锐字太空混元像素简繁-闪 超黑_mianfeiziti.com.ttf" id="19_usr2w"]
|
||||
[ext_resource type="Texture2D" uid="uid://0qkxvm0xiubu" path="res://asset/art/gif/c03_胖子游戏/c03_胖子游戏第一段/落点2.png" id="20_whxhi"]
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_k01ve"]
|
||||
@ -259,6 +260,15 @@ position = Vector2(7820, -14)
|
||||
wait_time = 2.0
|
||||
autostart = true
|
||||
|
||||
[node name="被砍断的文字" type="Label" parent="Ground/DeployLayer" index="20"]
|
||||
offset_left = 658.0
|
||||
offset_top = -22.0
|
||||
offset_right = 698.0
|
||||
offset_bottom = -8.0
|
||||
theme_override_fonts/font = ExtResource("19_usr2w")
|
||||
theme_override_font_sizes/font_size = 20
|
||||
text = "[wave]文字文字文字文字[/wave]"
|
||||
|
||||
[node name="MainPlayer" parent="Ground" index="5"]
|
||||
position = Vector2(396, 98)
|
||||
character = "胖子游戏"
|
||||
|
Loading…
Reference in New Issue
Block a user