Squad Spawner (#1250)

This commit is contained in:
DayibBaba
2023-04-23 17:23:00 +02:00
committed by GitHub
parent de251b2e57
commit 5299fe52ef
16 changed files with 1155 additions and 30 deletions

View File

@ -67,6 +67,10 @@ namespace big
NETWORK::SHUTDOWN_AND_LOAD_MOST_RECENT_SAVE();
});
components::button("Remove Black Screen", [] {
CAM::DO_SCREEN_FADE_IN(0);
});
components::button("Tp To Safe Pos", [] {
Vector3 safepos{};
float heading;