meat_madness_redux/godot/screens/Intro.tscn

17 lines
457 B
Plaintext
Raw Permalink Normal View History

2023-01-04 19:00:50 -07:00
[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 )]