filler clip
This commit is contained in:
parent
514bcacdaa
commit
e03658e727
11 changed files with 200 additions and 12 deletions
|
|
@ -139,10 +139,12 @@ size_flags_horizontal = 0
|
|||
size_flags_vertical = 0
|
||||
texture = ExtResource("1_1hnxi")
|
||||
|
||||
[node name="Previewport" type="SubViewport" parent="zombies/Infobox/FrameAndTitle/VBoxContainer/Frame" node_paths=PackedStringArray("_frameField")]
|
||||
[node name="Previewport" type="SubViewport" parent="zombies/Infobox/FrameAndTitle/VBoxContainer/Frame" node_paths=PackedStringArray("title", "description", "_frameField")]
|
||||
canvas_item_default_texture_filter = 0
|
||||
size = Vector2i(130, 130)
|
||||
script = ExtResource("2_ru62c")
|
||||
title = NodePath("../../../Label")
|
||||
description = NodePath("../../../../Description/ScrollContainer/RichTextLabel")
|
||||
_frameField = NodePath("CanvasLayer/Field")
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer" parent="zombies/Infobox/FrameAndTitle/VBoxContainer/Frame/Previewport"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=54 format=3 uid="uid://dd3yegl1xo44m"]
|
||||
[gd_scene load_steps=55 format=3 uid="uid://dd3yegl1xo44m"]
|
||||
|
||||
[ext_resource type="AudioStream" uid="uid://b6xb6mjdecg6a" path="res://assets/audio/sfx/level/readysetplant.mp3" id="1_4gg2g"]
|
||||
[ext_resource type="Script" uid="uid://bndu1h5kgcde8" path="res://scripts/level/RuntimeLevelData.cs" id="1_31ltw"]
|
||||
|
|
@ -37,6 +37,7 @@
|
|||
[ext_resource type="AudioStream" uid="uid://cfybn7wn04frs" path="res://assets/audio/music/Grasswalk_Standard.mp3" id="34_tqd4v"]
|
||||
[ext_resource type="AudioStream" uid="uid://get7nh1goi1c" path="res://assets/audio/music/Grasswalk_cool.mp3" id="35_4gg2g"]
|
||||
[ext_resource type="Script" uid="uid://bnj5tlcpmep2o" path="res://scripts/MusicTransitioner.cs" id="36_wwgye"]
|
||||
[ext_resource type="AudioStream" uid="uid://b0tyhgrhofdes" path="res://assets/audio/music/Grasswalk_filler.mp3" id="37_wwgye"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_vbgdr"]
|
||||
resource_name = "CYS_Sequence"
|
||||
|
|
@ -553,22 +554,25 @@ normal = Vector2(1, 0)
|
|||
distance = 139.0
|
||||
|
||||
[sub_resource type="AudioStreamInteractive" id="AudioStreamInteractive_4tlhg"]
|
||||
clip_count = 2
|
||||
clip_count = 3
|
||||
clip_0/name = &"Grasswalk Standard"
|
||||
clip_0/stream = ExtResource("34_tqd4v")
|
||||
clip_0/auto_advance = 0
|
||||
clip_1/name = &"Grasswalk Cool"
|
||||
clip_1/stream = ExtResource("35_4gg2g")
|
||||
clip_1/name = &"Filler"
|
||||
clip_1/stream = ExtResource("37_wwgye")
|
||||
clip_1/auto_advance = 1
|
||||
clip_1/next_clip = 0
|
||||
clip_1/next_clip = 2
|
||||
clip_2/name = &"Grasswalk Cool"
|
||||
clip_2/stream = ExtResource("35_4gg2g")
|
||||
clip_2/auto_advance = 0
|
||||
_transitions = {
|
||||
Vector2i(0, 1): {
|
||||
"fade_beats": 5.0,
|
||||
"fade_mode": 3,
|
||||
"from_time": 2,
|
||||
"to_time": 0
|
||||
"from_time": 0,
|
||||
"to_time": 1
|
||||
},
|
||||
Vector2i(1, 0): {
|
||||
Vector2i(2, 0): {
|
||||
"fade_beats": 5.0,
|
||||
"fade_mode": 4,
|
||||
"from_time": 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue