This repository has no description
511 B
14 lines
1[gd_scene load_steps=2 format=3 uid="uid://xk7rqvf532rj"]
2
3[ext_resource type="Script" path="res://addons/gd_cubism/example/demo_effect_custom_03.gd" id="1_g4xfj"]
4
5[node name="demo_effect_custom_03" type="Node2D"]
6script = ExtResource("1_g4xfj")
7
8[node name="GDCubismUserModel" type="GDCubismUserModel" parent="."]
9
10[node name="GDCubismEffectCustom" type="GDCubismEffectCustom" parent="GDCubismUserModel"]
11
12[node name="AudioStreamPlayer2D" type="AudioStreamPlayer2D" parent="."]
13autoplay = true
14bus = &"Voice"