[gd_scene load_steps=5 format=2] [ext_resource path="res://assets/moog.JPG" type="Texture" id=1] [ext_resource path="res://main.gd" type="Script" id=2] [ext_resource path="res://Power.gd" type="Script" id=3] [sub_resource type="AudioStreamGenerator" id=1] [node name="Audio" type="AudioStreamPlayer"] stream = SubResource( 1 ) volume_db = -13.216 script = ExtResource( 2 ) continuous = false decay = 1000 release = 500 fm_index = 100.0 [node name="Moog" type="Sprite" parent="."] position = Vector2( 512, 306 ) texture = ExtResource( 1 ) __meta__ = { "_edit_lock_": true } [node name="Control" type="Control" parent="."] margin_left = 900.0 margin_top = 73.0 margin_right = 940.0 margin_bottom = 113.0 script = ExtResource( 3 ) __meta__ = { "_edit_use_anchors_": false }