diff --git a/Scenes/intro.tscn b/Scenes/intro.tscn index 73dac2158..fe7475dc0 100644 --- a/Scenes/intro.tscn +++ b/Scenes/intro.tscn @@ -132,10 +132,10 @@ bbcode_text = "[center][color=red]WARNING[/color][color=white] This game uses auto save Please do not turn off the game while this icon is being displayed [/color][/center]" -text = "WARNING +text = "[center][color=red]WARNING[/color][color=white] This game uses auto save Please do not turn off the game while this icon is being displayed -" +[/color][/center]" __meta__ = { "_edit_use_anchors_": false } diff --git a/assets/themes/new_gui/base_theme.tres b/assets/themes/new_gui/base_theme.tres new file mode 100644 index 000000000..8a4462943 --- /dev/null +++ b/assets/themes/new_gui/base_theme.tres @@ -0,0 +1,3 @@ +[gd_resource type="Theme" format=2] + +[resource] diff --git a/assets/themes/new_gui/neon.tres b/assets/themes/new_gui/neon.tres index 4b19826ac..3161bb790 100644 --- a/assets/themes/new_gui/neon.tres +++ b/assets/themes/new_gui/neon.tres @@ -8743,6 +8743,7 @@ shadow_color = Color( 0, 0, 0, 0.3 ) shadow_size = 8 [sub_resource type="ImageTexture" id=1154] +resource_local_to_scene = true [sub_resource type="StyleBoxFlat" id=1155] bg_color = Color( 0, 0.6, 0.8, 1 ) diff --git a/markdown_processor/markdown_processor.gd b/markdown_processor/markdown_processor.gd index b2b1cd34b..8da9e5e51 100644 --- a/markdown_processor/markdown_processor.gd +++ b/markdown_processor/markdown_processor.gd @@ -30,31 +30,18 @@ func process_to_bbcode(_text:String): bbcode_text = new_text func _parse_line(_text:String): + var base_text = _text var text_to_return = _text for i in tags: - print(_text.begins_with(i)) - if _text.begins_with(i): #has one of tags + if base_text.begins_with(i): #has one of tags if i == "