SUI/godot/Test.tscn
2024-05-15 00:56:34 +02:00

134 lines
4.2 KiB
Text

[gd_scene load_steps=9 format=3 uid="uid://5fghtsgvqc7j"]
[ext_resource type="PackedScene" uid="uid://cxg471hoqg6mr" path="res://addons/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://addons/SUI/scenesrc/SuiTextButton.tscn" id="2_dxvwu"]
[ext_resource type="PackedScene" uid="uid://1r7pvm0biuk7" path="res://addons/SUI/scenesrc/SuiHeader.tscn" id="2_pcev0"]
[ext_resource type="PackedScene" uid="uid://bso65vpjqc4g4" path="res://addons/SUI/scenesrc/SuiText.tscn" id="4_1lt1v"]
[ext_resource type="Texture2D" uid="uid://beqhfqbyme6in" path="res://addons/SUI/dist/distrib/dist/example.png" id="4_12skp"]
[ext_resource type="PackedScene" uid="uid://b31tqrkh73to2" path="res://addons/SUI/scenesrc/SuiScroller.tscn" id="6_6g04c"]
[ext_resource type="PackedScene" uid="uid://7v3lokrljsjw" path="res://addons/SUI/scenesrc/SuiProgressBar.tscn" id="7_lgkfh"]
[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 = 11.0
offset_top = 699.0
offset_right = -1011.0
offset_bottom = -18.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 = 1135.0
offset_top = 692.0
offset_right = -25.0
offset_bottom = -14.0
image = ExtResource("4_12skp")
[node name="SuiText" parent="." instance=ExtResource("4_1lt1v")]
layout_mode = 1
offset_left = 438.0
offset_top = 714.0
offset_right = -727.0
offset_bottom = -18.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 = 710.0
offset_top = 693.0
offset_right = -324.0
offset_bottom = -11.0
text = "Button: Normal [b]Bold[/b] [i]Italic[/i] [b][i]Bold Italic[/i][/b] [code]Code -->[/code]"
[node name="SuiProgressBar" parent="." instance=ExtResource("7_lgkfh")]
layout_mode = 1
offset_left = 28.0
offset_top = 635.0
offset_right = -34.0
offset_bottom = -127.0
[node name="SuiScroller" parent="." instance=ExtResource("6_6g04c")]
layout_mode = 1
offset_left = 11.0
offset_top = 8.0
offset_right = -1124.0
offset_bottom = -576.0
[node name="Control" type="Control" parent="SuiScroller"]
anchors_preset = 0
offset_right = 273.5
offset_bottom = 194.5
[node name="ColorBlue" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 0
offset_right = 191.0
offset_bottom = 141.0
color = Color(0.310936, 0.514811, 0.811473, 1)
[node name="ColorTeal" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 0
offset_left = 322.0
offset_top = 33.0
offset_right = 535.0
offset_bottom = 174.0
color = Color(0.0305469, 0.474519, 0.382426, 1)
[node name="ColorOrange" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 0
offset_left = 121.0
offset_top = 180.0
offset_right = 262.0
offset_bottom = 409.0
color = Color(0.878086, 0.420512, 0.0292931, 1)
[node name="ColorBlurple" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 0
offset_left = 315.0
offset_top = 208.0
offset_right = 643.0
offset_bottom = 441.0
color = Color(0.448018, 0.409285, 0.95843, 1)
[node name="DotStart" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 1
offset_right = 2.0
offset_bottom = 2.0
color = Color(0.839216, 0.0196078, 0.196078, 1)
[node name="DotEnd" type="ColorRect" parent="SuiScroller/Control"]
layout_mode = 0
offset_left = 641.0
offset_top = 439.0
offset_right = 643.0
offset_bottom = 441.0
color = Color(0.839216, 0.0196078, 0.196078, 1)
[node name="SuiScroller2" parent="." instance=ExtResource("6_6g04c")]
layout_mode = 1
offset_left = 338.0
offset_top = 20.0
offset_right = -814.0
offset_bottom = -577.0
[node name="Control" type="Control" parent="SuiScroller2"]
anchors_preset = 0
offset_right = 273.5
offset_bottom = 194.5
[node name="ColorRed" type="ColorRect" parent="SuiScroller2/Control"]
layout_mode = 0
offset_left = 64.0
offset_top = 39.0
offset_right = 255.0
offset_bottom = 180.0
color = Color(0.834501, 0, 0.0728748, 1)