-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtty.tscn
More file actions
30 lines (26 loc) · 1.15 KB
/
tty.tscn
File metadata and controls
30 lines (26 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[gd_scene load_steps=5 format=3 uid="uid://chijpwqlktb06"]
[ext_resource type="Script" uid="uid://cuxejnkam41fp" path="res://scripts/tty_scene.gd" id="1_racga"]
[ext_resource type="FontFile" uid="uid://yf0sdapmf0uv" path="res://assets/monogram-extended.ttf" id="3_sjsyk"]
[ext_resource type="Texture2D" uid="uid://8b01gwewrd77" path="res://assets/Sprites/Custom/tty.png" id="3_u8rn0"]
[ext_resource type="Script" uid="uid://bb41npcv61isl" path="res://scripts/tty.gd" id="4_f1to4"]
[node name="Node2D" type="Node2D"]
script = ExtResource("1_racga")
[node name="Sprite2D" type="Sprite2D" parent="."]
texture_filter = 1
texture = ExtResource("3_u8rn0")
centered = false
[node name="tty" type="RichTextLabel" parent="Sprite2D"]
offset_left = 22.0
offset_top = 18.0
offset_right = 148.0
offset_bottom = 191.0
theme_override_colors/default_color = Color(0, 0, 0, 1)
theme_override_constants/paragraph_separation = -2
theme_override_constants/outline_size = 0
theme_override_fonts/normal_font = ExtResource("3_sjsyk")
theme_override_font_sizes/normal_font_size = 16
bbcode_enabled = true
scroll_active = false
scroll_following = true
autowrap_mode = 1
script = ExtResource("4_f1to4")