48 lines
1.7 KiB
Text
48 lines
1.7 KiB
Text
|
[gd_scene load_steps=6 format=3 uid="uid://5fghtsgvqc7j"]
|
||
|
|
||
|
[ext_resource type="PackedScene" uid="uid://cxg471hoqg6mr" path="res://SUI/scenesrc/SuiIconButton.tscn" id="1_3di6k"]
|
||
|
[ext_resource type="Script" path="res://Test.gd" id="1_xnmp1"]
|
||
|
[ext_resource type="PackedScene" uid="uid://4hi8y7pu3w0v" path="res://SUI/scenesrc/SuiTextButton.tscn" id="2_dxvwu"]
|
||
|
[ext_resource type="PackedScene" uid="uid://1r7pvm0biuk7" path="res://SUI/scenesrc/SuiHeader.tscn" id="2_pcev0"]
|
||
|
[ext_resource type="PackedScene" uid="uid://bso65vpjqc4g4" path="res://SUI/scenesrc/SuiText.tscn" id="4_1lt1v"]
|
||
|
|
||
|
[node name="Test" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_xnmp1")
|
||
|
|
||
|
[node name="SuiHeader" parent="." instance=ExtResource("2_pcev0")]
|
||
|
layout_mode = 1
|
||
|
offset_left = 43.0
|
||
|
offset_top = 349.0
|
||
|
offset_right = -360.0
|
||
|
offset_bottom = -14.0
|
||
|
text = "Header: Normal [b]Bold[/b] [i]Italic[/i] [b][i]Bold Italic[/i][/b] [code]Code -->[/code]"
|
||
|
|
||
|
[node name="SuiIconButton" parent="." instance=ExtResource("1_3di6k")]
|
||
|
layout_mode = 1
|
||
|
offset_left = 423.0
|
||
|
offset_top = 28.0
|
||
|
offset_right = -32.0
|
||
|
offset_bottom = -408.0
|
||
|
|
||
|
[node name="SuiText" parent="." instance=ExtResource("4_1lt1v")]
|
||
|
layout_mode = 1
|
||
|
offset_left = 371.0
|
||
|
offset_top = 205.0
|
||
|
offset_right = -349.0
|
||
|
offset_bottom = -225.0
|
||
|
text = "Text: Normal [b]Bold[/b] [i]Italic[/i] [b][i]Bold Italic[/i][/b] [code]Code -->[/code]"
|
||
|
|
||
|
[node name="SuiTextButton" parent="." instance=ExtResource("2_dxvwu")]
|
||
|
layout_mode = 1
|
||
|
offset_left = 645.0
|
||
|
offset_top = 307.0
|
||
|
offset_right = -26.0
|
||
|
offset_bottom = -69.0
|
||
|
text = "Button: Normal [b]Bold[/b] [i]Italic[/i] [b][i]Bold Italic[/i][/b] [code]Code -->[/code]"
|