60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://dmx2xuigcpvt4"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_kl8ri"]
|
|
[ext_resource type="Texture2D" uid="uid://dhuttdaet6q1u" path="res://assets/Logo_V2_Clyde.png" id="2_1hv5q"]
|
|
|
|
[node name="Node" type="Node"]
|
|
script = ExtResource("1_kl8ri")
|
|
|
|
[node name="ColorRect" type="ColorRect" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 4
|
|
color = Color(0.345098, 0.396078, 0.94902, 1)
|
|
|
|
[node name="Sprite2D" type="Sprite2D" parent="."]
|
|
texture_filter = 4
|
|
position = Vector2(565, 308)
|
|
scale = Vector2(0.408203, 0.408203)
|
|
texture = ExtResource("2_1hv5q")
|
|
|
|
[node name="DiscordSDK Test" type="RichTextLabel" parent="."]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -257.0
|
|
offset_top = 54.0
|
|
offset_right = 257.0
|
|
offset_bottom = 150.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
theme_override_colors/font_outline_color = Color(1, 1, 1, 1)
|
|
theme_override_constants/outline_size = 10
|
|
bbcode_enabled = true
|
|
text = "[center][font s=60][rainbow]DiscordSDK Test[/rainbow][/font]"
|
|
|
|
[node name="Info" type="RichTextLabel" parent="."]
|
|
offset_left = 7.0
|
|
offset_top = 6.0
|
|
offset_right = 514.0
|
|
offset_bottom = 399.0
|
|
text = "Application ID : {id}
|
|
Details: {details}
|
|
State: {state}
|
|
|
|
Large image key: {lkey}
|
|
Large image text: {ltext}
|
|
Small image key: {skey}
|
|
Small image text: {stext}
|
|
|
|
Start timestamp: {stimestamp}
|
|
End timestamp: {etimestamp}"
|