menu system: system dispatching (and the menus can now be closed)

This commit is contained in:
Schrottkatze 2025-06-02 22:20:25 +02:00
parent acbcfe5956
commit fc83ab8452
Signed by: schrottkatze
SSH key fingerprint: SHA256:FPOYVeBy3QP20FEM42uWF1Wa/Qhlk+L3S2+Wuau/Auo
7 changed files with 202 additions and 132 deletions

View file

@ -1,6 +1,5 @@
use bevy::prelude::*;
use bevy_third_person_camera::ThirdPersonCameraTarget;
use log::trace;
use crate::cleanup;