29 lines
913 B
Text
29 lines
913 B
Text
[gd_scene load_steps=4 format=3 uid="uid://dyob0p2l7g5fj"]
|
|
|
|
[ext_resource type="Script" uid="uid://bv8cjh12rwg4t" path="res://test.gd" id="1_0bhed"]
|
|
[ext_resource type="Script" uid="uid://dqss6smw7w8nh" path="res://addons/discord_gd/discord.gd" id="2_m0rpm"]
|
|
[ext_resource type="Texture2D" uid="uid://dta0nr1cvl70v" path="res://fabcatserver.png" id="3_m0rpm"]
|
|
|
|
[node name="Control" 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_0bhed")
|
|
|
|
[node name="DiscordBot" type="Node" parent="."]
|
|
script = ExtResource("2_m0rpm")
|
|
metadata/_custom_type_script = "uid://dqss6smw7w8nh"
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("3_m0rpm")
|
|
expand_mode = 3
|
|
stretch_mode = 5
|