-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmaiF40B.tmp
65 lines (54 loc) · 1.97 KB
/
maiF40B.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[gd_scene load_steps=8 format=3 uid="uid://ppsr6p7t1vag"]
[ext_resource type="Theme" uid="uid://bq613joys0ov3" path="res://console_theme.tres" id="1_ct2bq"]
[ext_resource type="Script" path="res://console.gd" id="1_e3r12"]
[ext_resource type="Shader" uid="uid://dlv5yftfj7ked" path="res://noise.tres" id="1_ytkut"]
[ext_resource type="Texture2D" uid="uid://di5sk68wqkb01" path="res://noise_texture.tres" id="2_hrn53"]
[ext_resource type="Script" path="res://noise_randomizer.gd" id="2_wyvv8"]
[ext_resource type="Script" path="res://console_input.gd" id="4_gjsjx"]
[sub_resource type="ShaderMaterial" id="ShaderMaterial_jncm5"]
shader = ExtResource("1_ytkut")
shader_parameter/noise = ExtResource("2_hrn53")
[node name="Main" type="Node"]
[node name="Console" type="Node" parent="."]
unique_name_in_owner = true
script = ExtResource("1_e3r12")
[node name="Control" type="Control" parent="."]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_ct2bq")
[node name="ColorRect" type="ColorRect" parent="Control"]
material = SubResource("ShaderMaterial_jncm5")
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
color = Color(0.05, 0.05, 0.05, 1)
[node name="ConsoleOutput" type="RichTextLabel" parent="Control"]
unique_name_in_owner = true
layout_mode = 0
offset_right = 854.0
offset_bottom = 449.0
scroll_following = true
[node name="ConsoleInput" type="LineEdit" parent="Control"]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -31.0
grow_horizontal = 2
grow_vertical = 0
text = "sv.ping delta"
script = ExtResource("4_gjsjx")
[node name="NoiseRandomizer" type="Node" parent="."]
script = ExtResource("2_wyvv8")
noise = ExtResource("2_hrn53")
[node name="ConsoleKeyAudio" type="AudioStreamPlayer" parent="."]
[node name="ConsoleInputAudio" type="AudioStreamPlayer" parent="."]