8 lines
226 B
Text
8 lines
226 B
Text
[gd_scene load_steps=2 format=3]
|
|
|
|
[ext_resource type="Script" path="res://ui/profile_page.gd" id="1"]
|
|
|
|
[node name="ProfilePage" type="Control"]
|
|
custom_minimum_size = Vector2(320, 280)
|
|
layout_mode = 0
|
|
script = ExtResource("1")
|