Add player profile and appearance foundation
This commit is contained in:
parent
e53ad1ac38
commit
0b5b78a553
25 changed files with 1424 additions and 76 deletions
8
ui/profile_page.tscn
Normal file
8
ui/profile_page.tscn
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[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")
|
||||
Loading…
Add table
Add a link
Reference in a new issue