add cityhall menu, add self interaction menu (Arrow Down), fix freecam, add group creation, move (faction) invite from commands to menu
This commit is contained in:
@@ -12,6 +12,9 @@ let globalData: GlobalData = {
|
||||
LoggedIn: false
|
||||
};
|
||||
|
||||
import cityHall from './Gui/cityhall';
|
||||
cityHall(globalData);
|
||||
|
||||
import voice from './Voice/main';
|
||||
voice(globalData);
|
||||
|
||||
@@ -66,6 +69,9 @@ worldInteraction();
|
||||
import playerInteraction from './Interaction/playerinteraction';
|
||||
playerInteraction(globalData);
|
||||
|
||||
import interactionMenu from './Interaction/interactionmenu';
|
||||
interactionMenu(globalData);
|
||||
|
||||
import Login from './Login/main';
|
||||
Login(globalData);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user