[gd_scene load_steps=4 format=2] [ext_resource path="res://Assets/Shaders/crt_shader.tres" type="Material" id=1] [ext_resource path="res://Scenes/Game.tscn" type="PackedScene" id=2] [ext_resource path="res://Scripts/Texty.cs" type="Script" id=3] [node name="Texty" type="Node"] script = ExtResource( 3 ) [node name="Terminal" type="CanvasLayer" parent="."] [node name="Game" parent="Terminal" instance=ExtResource( 2 )] [node name="Screen" type="CanvasLayer" parent="."] [node name="Shader" type="ColorRect" parent="Screen"] material = ExtResource( 1 ) anchor_right = 1.0 anchor_bottom = 1.0 mouse_filter = 2 size_flags_horizontal = 3 size_flags_vertical = 3