blob: 25892fa6eaf0be7febfcdbd2f68f125e1ab66d19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
[gd_scene load_steps=3 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]
[node name="Texty" type="Node"]
[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
|