Orbital Drone Feature (#1148)

* Orbital Drone Feature

* Fixed PR review comments

* chore: cleanup code

* UI & globals saving

* Fixed typo

* Fixed noclip conflict & Applied review suggestions & Added another changeable variable

---------

Co-authored-by: Yimura <24669514+Yimura@users.noreply.github.com>
This commit is contained in:
DayibBaba
2023-03-30 00:37:10 +02:00
committed by GitHub
parent 45c6edb129
commit 8ad4cf01dd
15 changed files with 615 additions and 2 deletions

View File

@ -33,6 +33,7 @@ namespace big
BLACKHOLE,
MODEL_SWAPPER,
NEARBY,
ORBITAL_DRONE,
NETWORK,
SESSION,
@ -121,6 +122,7 @@ namespace big
{tabs::BLACKHOLE, {"GUI_TAB_BLACKHOLE", view::blackhole}},
{tabs::MODEL_SWAPPER, {"GUI_TAB_MODEL_SWAPPER", view::model_swapper}},
{tabs::NEARBY, {"GUI_TAB_NEARBY", view::nearby}},
{tabs::ORBITAL_DRONE, {"Orbital Drone", view::orbital_drone}},
},
},
},