Files
godot-demo-projects/audio/spectrum/show_spectrum.tscn
Hugo Locurcio 6df3667072 Improve Audio Spectrum demo
- Draw fake reflections for spectrum bars.
- Increase the bars' height to better make use of the window space.
- Use Compatibility rendering method for greater performance
  and compatibility.
- Update screenshot and icon.
- Remove a stray `.import` file.
2023-02-26 18:25:37 +01:00

17 lines
519 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dfyeamw4sg2af"]
[ext_resource type="Script" path="res://show_spectrum.gd" id="1"]
[ext_resource type="AudioStream" uid="uid://dl3ppges2sw77" path="res://maldita.ogg" id="2"]
[node name="ShowSpectrum" type="Node2D"]
position = Vector2(136, 80)
script = ExtResource("1")
[node name="Player" type="AudioStreamPlayer" parent="."]
stream = ExtResource("2")
autoplay = true
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2(0, 144)
offset = Vector2(440, 100)