add debug console initial implementation

This commit is contained in:
Schrottkatze 2025-06-17 20:50:46 +02:00
parent cf63dd6e41
commit cf05050c95
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
13 changed files with 709 additions and 51 deletions

View file

@ -3,7 +3,7 @@
use bevy::prelude::*;
use bevy_third_person_camera::*;
use crate::{AppState, TPCTarget};
use crate::AppState;
use super::GameplaySet;