mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
- 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.
17 lines
519 B
Plaintext
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)
|