Redstone: Add wires, redstone torches, levers (incomplete) and repeaters

This commit is contained in:
Er2
2024-04-07 16:51:01 +03:00
parent b8c01e085f
commit 6bdfe250a2
50 changed files with 1687 additions and 114 deletions

View File

@@ -171,7 +171,7 @@ public:
public:
AABBVector m_aabbs;
bool m_bInstantTicking;
bool m_bIsMultiplayer; // if the level is controlled externally by a server
bool m_bIsMultiplayer; // m_bIsClientSide TODO
bool m_bPostProcessing;
EntityVector m_entities;
std::vector<Player*> m_players;