17 lines
457 B
Plaintext
17 lines
457 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://screens/Intro.gd" type="Script" id=1]
|
|
[ext_resource path="res://effects/grainy_shader.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="Intro" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
color = Color( 0, 0, 0, 1 )
|
|
|
|
[node name="shader" parent="." instance=ExtResource( 2 )]
|