56 lines
1.6 KiB
Text
56 lines
1.6 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://ui/theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://ui/2ndpuberty_scholar.fnt" type="BitmapFont" id=2]
|
|
[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=3]
|
|
[ext_resource path="res://graphics/lore/beel_lore.png" type="Texture" id=4]
|
|
|
|
[sub_resource type="ShaderMaterial" id=1]
|
|
shader = ExtResource( 3 )
|
|
shader_param/border_color = Color( 0, 0, 0, 1 )
|
|
shader_param/border_corners = false
|
|
|
|
[node name="Lore" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 1 )
|
|
custom_constants/separation = 0
|
|
|
|
[node name="Panel" type="PanelContainer" parent="."]
|
|
margin_top = 77.0
|
|
margin_right = 38.0
|
|
margin_bottom = 115.0
|
|
rect_min_size = Vector2( 38, 38 )
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="Panel"]
|
|
material = SubResource( 1 )
|
|
margin_left = 3.0
|
|
margin_top = 3.0
|
|
margin_right = 35.0
|
|
margin_bottom = 35.0
|
|
texture = ExtResource( 4 )
|
|
expand = true
|
|
stretch_mode = 4
|
|
|
|
[node name="Control" type="PanelContainer" parent="."]
|
|
margin_left = 38.0
|
|
margin_top = 62.0
|
|
margin_right = 256.0
|
|
margin_bottom = 130.0
|
|
rect_min_size = Vector2( 0, 40 )
|
|
rect_clip_content = true
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 6
|
|
|
|
[node name="Label" type="Label" parent="Control"]
|
|
margin_left = 3.0
|
|
margin_top = 3.0
|
|
margin_right = 215.0
|
|
margin_bottom = 65.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Beel:
|
|
This man eating monster is part eel, part bee. its stinger has enough venom to immediately kill a human."
|
|
align = 1
|
|
autowrap = true
|