fix: markdown uses application theme now.
This commit is contained in:
parent
b676f4500b
commit
59497838fe
|
|
@ -1,4 +1,4 @@
|
|||
[gd_scene load_steps=70 format=3 uid="uid://befxf8uruwnrl"]
|
||||
[gd_scene load_steps=69 format=3 uid="uid://befxf8uruwnrl"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://k8yppfbkq0xv" path="res://singletons/main/main.gd" id="1_rqkns"]
|
||||
[ext_resource type="PackedScene" uid="uid://gldtxysavetf" path="res://logic-scenes/startup/startup.tscn" id="1_v5rpm"]
|
||||
|
|
@ -15,7 +15,6 @@
|
|||
[ext_resource type="Script" uid="uid://dbap0gqox0ty1" path="res://addons/markdownlabel/markdownlabel.gd" id="12_074og"]
|
||||
[ext_resource type="Script" uid="uid://sa15wakvpj2e" path="res://dev-util/bug_button.gd" id="12_cegan"]
|
||||
[ext_resource type="Script" uid="uid://dcx7crs23nf4" path="res://addons/markdownlabel/header_formats/h1_format.gd" id="14_cegan"]
|
||||
[ext_resource type="Theme" uid="uid://cfp6k7e68j7ky" path="res://logic-scenes/themes/hyperlegible.theme" id="14_ene44"]
|
||||
[ext_resource type="Script" uid="uid://d0sin64i4v3op" path="res://addons/markdownlabel/header_formats/h2_format.gd" id="15_82xsv"]
|
||||
[ext_resource type="Script" uid="uid://dlok0dv1tq2bf" path="res://addons/markdownlabel/header_formats/h3_format.gd" id="16_getpj"]
|
||||
[ext_resource type="Script" uid="uid://bayuh2vafablg" path="res://addons/markdownlabel/header_formats/h4_format.gd" id="17_ryguw"]
|
||||
|
|
@ -1417,7 +1416,7 @@ anchors_preset = 15
|
|||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_top = 220.0
|
||||
offset_bottom = 3408.0
|
||||
offset_bottom = 3476.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
alignment = 2
|
||||
|
|
@ -1432,7 +1431,6 @@ expand_mode = 1
|
|||
|
||||
[node name="Markdown" type="RichTextLabel" parent="CreditsRoll"]
|
||||
layout_mode = 2
|
||||
theme = ExtResource("14_ene44")
|
||||
bbcode_enabled = true
|
||||
text = "[center]
|
||||
[font_size=34]is[/font_size]
|
||||
|
|
|
|||
Loading…
Reference in New Issue