audio sync working
This commit is contained in:
parent
cc0da859d8
commit
65ac1d73f3
5 changed files with 42 additions and 2 deletions
|
@ -43,6 +43,7 @@ offset_left = 244.0
|
|||
offset_top = 4.0
|
||||
offset_right = 260.0
|
||||
offset_bottom = 20.0
|
||||
tooltip_text = "Clear this row"
|
||||
icon = ExtResource("2_e7anl")
|
||||
|
||||
[node name="MovementsBG" type="Panel" parent="."]
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
[gd_scene load_steps=27 format=3 uid="uid://oiehbor0dlqx"]
|
||||
[gd_scene load_steps=28 format=3 uid="uid://oiehbor0dlqx"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dfiwoln8mdwm8" path="res://Scripts/EditorScreen.gd" id="1_sd512"]
|
||||
[ext_resource type="Theme" uid="uid://dbgs4id7y5d1c" path="res://UI/Themes/Dark.tres" id="1_v0ton"]
|
||||
[ext_resource type="PackedScene" uid="uid://btre5j66mpchy" path="res://Scenes/Stages/Helen House/HelenHouse.tscn" id="2_p1t5g"]
|
||||
[ext_resource type="AudioStream" uid="uid://c1hjkaatw2koh" path="res://UI/placeholder_delete_this_file_later_please_its_so_large.wav" id="3_20noo"]
|
||||
[ext_resource type="Texture2D" uid="uid://xllpr3qc064c" path="res://UI/Play.png" id="3_g6u4d"]
|
||||
[ext_resource type="Texture2D" uid="uid://dgacnkv2dc65s" path="res://UI/PlayBackwards.png" id="3_mr8sb"]
|
||||
[ext_resource type="Texture2D" uid="uid://dts4eh6hyt8p3" path="res://UI/SkipBackwards.png" id="3_r4ytj"]
|
||||
|
@ -50,6 +51,9 @@ grow_vertical = 2
|
|||
theme = ExtResource("1_v0ton")
|
||||
script = ExtResource("1_sd512")
|
||||
|
||||
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
|
||||
stream = ExtResource("3_20noo")
|
||||
|
||||
[node name="SubViewport" type="SubViewport" parent="."]
|
||||
size = Vector2i(1280, 720)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue