solved status ui

This commit is contained in:
Asuro
2025-05-19 18:20:05 +02:00
parent 1a8be39c19
commit 70db6ca2aa
11 changed files with 166 additions and 21 deletions

View File

@@ -32,12 +32,6 @@ namespace Game
int64_t StartTime = 0;
};
// TODO: move to generated data and save
struct SavedPlayerConfig
{
Gen::SavedEntityRenderData TabletRenderData;
};
struct PlayerData
{
Gen::Transform PlayerCamTransform;
@@ -53,7 +47,7 @@ namespace Game
InteractionMode InteractionM = InteractionMode::Walk;
float MouseSensitivity = 1.0f;
float MovementSpeed = 10.0f;
SavedPlayerConfig Config;
Gen::SavedPlayerConfig Config;
};
struct InstanceDebugData