39 lines
1.1 KiB
Text
39 lines
1.1 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://scripts/backround_scenes_scripts/Scene0.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="DynamicFontData" id=5]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Italic.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=4]
|
|
size = 100
|
|
font_data = SubResource( 5 )
|
|
|
|
[sub_resource type="DynamicFontData" id=6]
|
|
font_path = "res://resources/fonts/TimesNewerRoman-Regular.otf"
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 100
|
|
use_mipmaps = true
|
|
use_filter = true
|
|
font_data = SubResource( 6 )
|
|
|
|
[node name="Scene0" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="ForScale" type="Node2D" parent="."]
|
|
|
|
[node name="Polygon2D" type="Polygon2D" parent="ForScale"]
|
|
color = Color( 0, 0, 0, 1 )
|
|
polygon = PoolVector2Array( 0, 0, 3840, 0, 3840, 2160, 0, 2160 )
|
|
|
|
[node name="Text" type="RichTextLabel" parent="ForScale"]
|
|
margin_left = 700.0
|
|
margin_top = 780.0
|
|
margin_right = 3040.0
|
|
margin_bottom = 1860.0
|
|
custom_fonts/italics_font = SubResource( 4 )
|
|
custom_fonts/normal_font = SubResource( 2 )
|
|
bbcode_enabled = true
|
|
bbcode_text = "[center]Some text[/center]"
|
|
text = "Some text"
|