mtd/PCs/Mechanic/ClassCards/GlueLauncher/tower_glue_launcher.tscn

30 lines
1.5 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=8 format=3 uid="uid://bb44pintbwdcf"]
2023-11-16 00:07:41 +11:00
[ext_resource type="PackedScene" uid="uid://dxwtlvv632ae8" path="res://Scenes/Towers/status_applying_tower.tscn" id="1_r1dvg"]
2024-02-22 06:22:22 +11:00
[ext_resource type="Script" path="res://PCs/Mechanic/ClassCards/GlueLauncher/tower_glue_launcher.gd" id="2_ot8fu"]
2023-11-16 00:07:41 +11:00
[ext_resource type="Resource" uid="uid://d0643gfp52x3s" path="res://Resources/StatusEffects/sticky.tres" id="3_ibb53"]
2024-02-22 06:22:22 +11:00
[ext_resource type="Resource" uid="uid://bvkwgmbxje0dp" path="res://PCs/Mechanic/ClassCards/GlueLauncher/tower_stats.tres" id="4_etcd4"]
[ext_resource type="ArrayMesh" uid="uid://cehyrhbd7pu83" path="res://PCs/Mechanic/ClassCards/GlueLauncher/glue_launcher_model.res" id="5_dsftx"]
[ext_resource type="AudioStream" uid="uid://v3j5lw827y85" path="res://PCs/Mechanic/ClassCards/GlueLauncher/shot1.wav" id="6_lntow"]
[sub_resource type="AudioStreamRandomizer" id="AudioStreamRandomizer_r4ak7"]
random_pitch = 1.1
streams_count = 1
stream_0/stream = ExtResource("6_lntow")
stream_0/weight = 1.0
2023-11-16 00:07:41 +11:00
[node name="GlueLauncherTower" instance=ExtResource("1_r1dvg")]
script = ExtResource("2_ot8fu")
status_stats = ExtResource("3_ibb53")
stats = ExtResource("4_etcd4")
2023-11-19 18:47:52 +11:00
[node name="Pitch" parent="." index="1"]
visible = false
[node name="Yaw" parent="." index="2"]
transform = Transform3D(0.3, 0, 0, 0, 0.3, 0, 0, 0, 0.3, 0, 0.484804, 0)
mesh = ExtResource("5_dsftx")
[node name="AudioStreamPlayer3D" parent="Yaw" index="0"]
stream = SubResource("AudioStreamRandomizer_r4ak7")