OpenChamp / client

The Godot Project for OpenChamp
GNU General Public License v3.0
127 stars 18 forks source link

Working bush #93

Closed cmkrist closed 3 months ago

cmkrist commented 3 months ago

Add a bush that hides the players (.hide)

InAJacket commented 3 months ago

Pulled and tested. Looks good, at least until we have a full server-authoritative vision system in place.

noah1510 commented 3 months ago

How does it look for team mates? Looking at the code I think no other player sees you or am I misunderstanding this?

InAJacket commented 3 months ago

It doesn't check for teammates. It even hides you from yourself. Should probably fix that, but it'll work for basic map design and such anyway.