Add player profile and appearance foundation

This commit is contained in:
Alexander Sellite 2026-07-29 21:31:42 -04:00
parent e53ad1ac38
commit 0b5b78a553
25 changed files with 1424 additions and 76 deletions

8
ui/profile_page.tscn Normal file
View 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")