parent
a37e0db452
commit
e9c82b7812
Binary file not shown.
|
@ -1,7 +1,12 @@
|
|||
[gd_scene load_steps=3 format=2]
|
||||
[gd_scene load_steps=5 format=2]
|
||||
|
||||
[ext_resource path="res://main_menu.gd" type="Script" id=1]
|
||||
[ext_resource path="res://icon.png" type="Texture" id=2]
|
||||
[ext_resource path="res://Fonts/Arimo-Bold.ttf" type="DynamicFontData" id=3]
|
||||
|
||||
[sub_resource type="DynamicFont" id=1]
|
||||
size = 78
|
||||
font_data = ExtResource( 3 )
|
||||
|
||||
[node name="Node2D" type="Node2D"]
|
||||
script = ExtResource( 1 )
|
||||
|
@ -27,11 +32,11 @@ custom_colors/font_color = Color( 0, 0, 0, 1 )
|
|||
text = "Exit"
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
||||
margin_left = 354.0
|
||||
margin_top = 179.0
|
||||
margin_right = 402.0
|
||||
margin_bottom = 195.0
|
||||
rect_scale = Vector2( 6, 6 )
|
||||
margin_left = 393.0
|
||||
margin_top = 196.0
|
||||
margin_right = 676.0
|
||||
margin_bottom = 296.0
|
||||
custom_fonts/normal_font = SubResource( 1 )
|
||||
text = "noshg3"
|
||||
scroll_active = false
|
||||
|
||||
|
|
Loading…
Reference in New Issue