feat: add tp in devpanel

This commit is contained in:
2026-04-26 14:26:39 +08:00
parent c5a78185ba
commit e34a20599d
2 changed files with 12 additions and 6 deletions

View File

@@ -19,6 +19,7 @@ class DevPanel {
struct PlayerProfile {
int game_mode = 0;
int gait = 0;
float pos[3] = {0.0f, 0.0f, 0.0f};
};
struct TextEditing {
bool perlin_seed = false;