93 lines
3.7 KiB
Plaintext
93 lines
3.7 KiB
Plaintext
[gd_scene load_steps=15 format=3 uid="uid://d1bduqxqx10jb"]
|
|
|
|
[ext_resource type="Script" uid="uid://b1ddnopgn4scy" path="res://scenes/debug/MouseLoop.gd" id="1_x04i4"]
|
|
[ext_resource type="PackedScene" uid="uid://byipv4uqxdtfk" path="res://scenes/objects/Cursor.tscn" id="3_aaj44"]
|
|
[ext_resource type="Texture2D" uid="uid://c7en2ehk2mvk0" path="res://assets/textures/lined-paper.png" id="3_u4ca0"]
|
|
[ext_resource type="PackedScene" uid="uid://dnr505je252gd" path="res://scenes/objects/StartMarker.tscn" id="4_u4ca0"]
|
|
[ext_resource type="PackedScene" uid="uid://dnkw8qq4rm0td" path="res://scenes/objects/InkWell.tscn" id="5_olkr6"]
|
|
[ext_resource type="AudioStream" uid="uid://bn0sh471n3imb" path="res://assets/sounds/start-slow-down.ogg" id="6_32d1g"]
|
|
[ext_resource type="AudioStream" uid="uid://34ymwv6kgxrr" path="res://assets/sounds/end-slow-down.ogg" id="7_udeto"]
|
|
[ext_resource type="AudioStream" uid="uid://byo5ot6khpma1" path="res://assets/sounds/loop-slow-down.ogg" id="8_thiq5"]
|
|
[ext_resource type="AudioStream" uid="uid://dd8qenyeo60he" path="res://assets/sounds/satisfying-pop.wav" id="9_udeto"]
|
|
[ext_resource type="AudioStream" uid="uid://h1m0caxm0dkp" path="res://assets/sounds/unsatisfying-oomf.wav" id="10_thiq5"]
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_va2mg"]
|
|
size = Vector2(100, 591)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_aaj44"]
|
|
size = Vector2(1025, 219.5)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_u4ca0"]
|
|
size = Vector2(152.5, 717.75)
|
|
|
|
[sub_resource type="RectangleShape2D" id="RectangleShape2D_olkr6"]
|
|
size = Vector2(1263.25, 220.875)
|
|
|
|
[node name="MouseLoop" type="Node2D"]
|
|
z_index = 1
|
|
script = ExtResource("1_x04i4")
|
|
|
|
[node name="Cursor" parent="." instance=ExtResource("3_aaj44")]
|
|
z_index = 1
|
|
|
|
[node name="Walls" type="StaticBody2D" parent="."]
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Walls"]
|
|
position = Vector2(-51, 289)
|
|
shape = SubResource("RectangleShape2D_va2mg")
|
|
|
|
[node name="CollisionShape2D2" type="CollisionShape2D" parent="Walls"]
|
|
position = Vector2(449.5, 650.75)
|
|
shape = SubResource("RectangleShape2D_aaj44")
|
|
|
|
[node name="CollisionShape2D3" type="CollisionShape2D" parent="Walls"]
|
|
position = Vector2(1034.75, 338.125)
|
|
shape = SubResource("RectangleShape2D_u4ca0")
|
|
|
|
[node name="CollisionShape2D4" type="CollisionShape2D" parent="Walls"]
|
|
position = Vector2(500.375, -109.438)
|
|
shape = SubResource("RectangleShape2D_olkr6")
|
|
|
|
[node name="Camera2D" type="Camera2D" parent="."]
|
|
|
|
[node name="LinedPaper" type="TextureRect" parent="."]
|
|
z_index = -2
|
|
custom_minimum_size = Vector2(960, 540)
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_right = 960.0
|
|
offset_bottom = 540.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_u4ca0")
|
|
stretch_mode = 1
|
|
|
|
[node name="StartMarker" parent="." instance=ExtResource("4_u4ca0")]
|
|
visible = false
|
|
|
|
[node name="LineProgress" type="Node2D" parent="."]
|
|
visible = false
|
|
z_index = -1
|
|
|
|
[node name="InkWell" parent="LineProgress" instance=ExtResource("5_olkr6")]
|
|
|
|
[node name="AudioSlowDownStart" type="AudioStreamPlayer" parent="." groups=["audio"]]
|
|
stream = ExtResource("6_32d1g")
|
|
|
|
[node name="AudioSlowDownEnd" type="AudioStreamPlayer" parent="." groups=["audio"]]
|
|
stream = ExtResource("7_udeto")
|
|
|
|
[node name="AudioSlowDownLoop" type="AudioStreamPlayer" parent="." groups=["audio"]]
|
|
stream = ExtResource("8_thiq5")
|
|
parameters/looping = true
|
|
|
|
[node name="PopSound" type="AudioStreamPlayer" parent="." groups=["audio"]]
|
|
stream = ExtResource("9_udeto")
|
|
|
|
[node name="OomfSound" type="AudioStreamPlayer" parent="." groups=["audio"]]
|
|
stream = ExtResource("10_thiq5")
|
|
|
|
[connection signal="started_drawing" from="Cursor" to="." method="_on_cursor_started_drawing"]
|
|
[connection signal="stopped_drawing" from="Cursor" to="." method="_on_cursor_stopped_drawing"]
|