-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmobs.tscn
More file actions
29 lines (24 loc) · 943 Bytes
/
mobs.tscn
File metadata and controls
29 lines (24 loc) · 943 Bytes
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
[gd_scene load_steps=4 format=3 uid="uid://dsg3jfw1l31dd"]
[ext_resource type="Script" uid="uid://c04hhxdxmf0qu" path="res://mobs.gd" id="1_55qyv"]
[ext_resource type="FontVariation" uid="uid://bbbowwhyjq3j8" path="res://fonts/kc_fonts_regular.tres" id="2_55qyv"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_55qyv"]
[node name="Mobs" type="Node2D"]
script = ExtResource("1_55qyv")
[node name="Mobs_BG" type="Panel" parent="."]
texture_filter = 1
offset_right = 950.0
offset_bottom = 40.0
theme_override_styles/panel = SubResource("StyleBoxEmpty_55qyv")
[node name="TextDisplay" type="RichTextLabel" parent="Mobs_BG"]
texture_filter = 1
layout_mode = 0
offset_right = 940.0
offset_bottom = 32.0
theme_override_fonts/normal_font = ExtResource("2_55qyv")
theme_override_font_sizes/normal_font_size = 16
bbcode_enabled = true
scroll_active = false
autowrap_trim_flags = 0
tab_size = 2
horizontal_alignment = 2
vertical_alignment = 1