SUI/godot/Test.tscn

50 lines
1.8 KiB
Text
Raw Normal View History

2024-05-08 20:45:33 +02:00
[gd_scene load_steps=8 format=3 uid="uid://5fghtsgvqc7j"]
2024-03-23 13:18:44 +01:00
[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"]
2024-05-08 20:45:33 +02:00
[ext_resource type="Texture2D" uid="uid://beqhfqbyme6in" path="res://SUI/dist/example.png" id="4_12skp"]
2024-03-23 13:18:44 +01:00
[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
2024-05-08 20:45:33 +02:00
offset_left = 171.0
offset_top = 436.0
offset_right = -282.0
offset_bottom = -4.0
2024-03-23 13:18:44 +01:00
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
2024-05-08 20:45:33 +02:00
offset_left = 671.0
2024-03-23 13:18:44 +01:00
offset_top = 28.0
offset_right = -32.0
2024-05-08 20:45:33 +02:00
offset_bottom = -446.0
image = ExtResource("4_12skp")
2024-03-23 13:18:44 +01:00
[node name="SuiText" parent="." instance=ExtResource("4_1lt1v")]
layout_mode = 1
2024-05-08 20:45:33 +02:00
offset_left = 697.0
offset_top = 245.0
offset_right = -23.0
offset_bottom = -185.0
2024-03-23 13:18:44 +01:00
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
2024-05-08 20:45:33 +02:00
offset_left = 665.0
offset_top = 368.0
offset_right = -6.0
offset_bottom = -8.0
2024-03-23 13:18:44 +01:00
text = "Button: Normal [b]Bold[/b] [i]Italic[/i] [b][i]Bold Italic[/i][/b] [code]Code -->[/code]"