LangStudies/App/Scenes/CourseDirectory.tscn

50 lines
1.3 KiB
Plaintext

[gd_scene load_steps=5 format=2]
[ext_resource path="res://Scripts/CourseDirectory.gd" type="Script" id=1]
[ext_resource path="res://Assets/Branding/RDP_Class_cover_small.png" type="Texture" id=2]
[ext_resource path="res://Assets/Branding/RegM_Class_cover_small.png" type="Texture" id=3]
[ext_resource path="res://Assets/Styles/EditorTheme.tres" type="Theme" id=4]
[node name="Panel" type="Panel"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 1 )
[node name="HBox" type="HBoxContainer" parent="."]
anchor_left = 0.15
anchor_top = 0.25
anchor_right = 0.85
anchor_bottom = 0.75
alignment = 1
[node name="RDP_Btn" type="Button" parent="HBox"]
margin_left = 84.0
margin_right = 339.0
margin_bottom = 150.0
rect_min_size = Vector2( 255, 150 )
size_flags_horizontal = 0
size_flags_vertical = 0
theme = ExtResource( 4 )
icon = ExtResource( 2 )
icon_align = 1
expand_icon = true
[node name="VSeparator" type="VSeparator" parent="HBox"]
margin_left = 343.0
margin_right = 373.0
margin_bottom = 300.0
theme = ExtResource( 4 )
custom_constants/separation = 30
[node name="RegM_Btn" type="Button" parent="HBox"]
margin_left = 377.0
margin_right = 632.0
margin_bottom = 150.0
rect_min_size = Vector2( 255, 150 )
size_flags_horizontal = 0
size_flags_vertical = 0
theme = ExtResource( 4 )
icon = ExtResource( 3 )
icon_align = 1
expand_icon = true