-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample.tscn
27 lines (24 loc) · 914 Bytes
/
example.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[gd_scene load_steps=3 format=3 uid="uid://bsnt3vo2uuofs"]
[ext_resource type="Theme" uid="uid://dkxgx5euueprj" path="res://example/example_theme.tres" id="1_6c8qp"]
[ext_resource type="Script" path="res://addons/mastodon_viewer/wrapper.gd" id="1_uygan"]
[node name="Example" type="MarginContainer"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
size_flags_horizontal = 3
size_flags_vertical = 3
theme_override_constants/margin_left = 40
theme_override_constants/margin_top = 40
theme_override_constants/margin_right = 40
theme_override_constants/margin_bottom = 40
[node name="MastodonViewer" type="Control" parent="."]
layout_mode = 2
size_flags_horizontal = 3
theme = ExtResource("1_6c8qp")
script = ExtResource("1_uygan")
profile_url = "https://gamedev.lgbt/@nokorpo"
server_url = "https://gamedev.lgbt"
user_id = "112569134535397857"
username = "nokorpo"