a
This commit is contained in:
84
node_2d.tscn
Normal file
84
node_2d.tscn
Normal file
@@ -0,0 +1,84 @@
|
||||
[gd_scene format=3 uid="uid://q1eumnno10ob"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://bvdr5rwyflld6" path="res://main.gd" id="1_0e48y"]
|
||||
[ext_resource type="AudioStream" uid="uid://d35yx5rudeams" path="res://deltarune/AUDIO_ANOTHERHIM.ogg" id="1_wtcfe"]
|
||||
[ext_resource type="Script" uid="uid://b1fpep07thkcj" path="res://GonerBG.gd" id="3_0hol4"]
|
||||
[ext_resource type="Texture2D" uid="uid://b7y21m0lyd7xs" path="res://deltarune/IMAGE_DEPTH_0.png" id="3_epypp"]
|
||||
[ext_resource type="FontFile" uid="uid://cuussijlsrr4l" path="res://8bitoperator_jve.ttf" id="5_q6r6c"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=1298894681]
|
||||
script = ExtResource("1_0e48y")
|
||||
|
||||
[node name="AnotherHim" type="AudioStreamPlayer" parent="." unique_id=1431579752]
|
||||
stream = ExtResource("1_wtcfe")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="." unique_id=701818381]
|
||||
z_index = -100
|
||||
offset_left = -66.3667
|
||||
offset_top = -42.0
|
||||
offset_right = 1991.0
|
||||
offset_bottom = 1260.0
|
||||
color = Color(0, 0, 0, 1)
|
||||
|
||||
[node name="Contents" type="Container" parent="." unique_id=1548265230]
|
||||
clip_children = 2
|
||||
clip_contents = true
|
||||
custom_minimum_size = Vector2(1440, 1080)
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = 239.0
|
||||
offset_right = 1679.0
|
||||
offset_bottom = 1080.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="GonerBG" type="Node2D" parent="Contents" unique_id=1201635985]
|
||||
modulate = Color(0.33333334, 0.33333334, 0.33333334, 1)
|
||||
position = Vector2(720, 540)
|
||||
script = ExtResource("3_0hol4")
|
||||
|
||||
[node name="GonerLayer" type="Node2D" parent="Contents/GonerBG" unique_id=2129156156]
|
||||
scale = Vector2(4.5, 4.5)
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" parent="Contents/GonerBG/GonerLayer" unique_id=594752549]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("3_epypp")
|
||||
centered = false
|
||||
|
||||
[node name="Sprite2D2" type="Sprite2D" parent="Contents/GonerBG/GonerLayer" unique_id=744610003]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("3_epypp")
|
||||
centered = false
|
||||
offset = Vector2(0, -120)
|
||||
flip_v = true
|
||||
|
||||
[node name="Sprite2D3" type="Sprite2D" parent="Contents/GonerBG/GonerLayer" unique_id=422990252]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("3_epypp")
|
||||
centered = false
|
||||
offset = Vector2(-160, 0)
|
||||
flip_h = true
|
||||
|
||||
[node name="Sprite2D4" type="Sprite2D" parent="Contents/GonerBG/GonerLayer" unique_id=818656934]
|
||||
texture_filter = 1
|
||||
texture = ExtResource("3_epypp")
|
||||
centered = false
|
||||
offset = Vector2(-160, -120)
|
||||
flip_h = true
|
||||
flip_v = true
|
||||
|
||||
[node name="gmDialog_deltarune" type="Node2D" parent="Contents/GonerBG" unique_id=1664493564]
|
||||
z_index = 1024
|
||||
z_as_relative = false
|
||||
|
||||
[node name="Label" type="Label" parent="Contents/GonerBG/gmDialog_deltarune" unique_id=1158768463]
|
||||
z_index = 4096
|
||||
z_as_relative = false
|
||||
offset_right = 348.0
|
||||
offset_bottom = 32.0
|
||||
theme_override_fonts/font = ExtResource("5_q6r6c")
|
||||
theme_override_font_sizes/font_size = 32
|
||||
text = "Kris, where THE FUCK are we?"
|
||||
Reference in New Issue
Block a user