32 lines
902 B
Text
32 lines
902 B
Text
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://resources/graphics/GUI/Menu/Difficulties/check.webp" type="Texture" id=1]
|
|
[ext_resource path="res://scripts/CustomControls/DifficultySelector/Explanation.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFontData" id=1]
|
|
font_path = "res://resources/fonts/OneEleven.ttf"
|
|
|
|
[sub_resource type="DynamicFont" id=2]
|
|
size = 36
|
|
use_filter = true
|
|
font_data = SubResource( 1 )
|
|
|
|
[node name="Control" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = -1440.0
|
|
margin_bottom = -1036.0
|
|
custom_constants/separation = 12
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="Icon" type="TextureRect" parent="."]
|
|
margin_right = 49.0
|
|
margin_bottom = 44.0
|
|
texture = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_left = 61.0
|
|
margin_right = 265.0
|
|
margin_bottom = 44.0
|
|
custom_fonts/font = SubResource( 2 )
|
|
text = "TRUE HARDCORE"
|