Milestone 6 Beta 2

Reworked multiplayer, like a lot.
This commit is contained in:
patrick_pluto 2024-08-06 23:28:40 +02:00
commit 9de67986dd
17 changed files with 309 additions and 89 deletions

View file

@ -11,8 +11,11 @@ extends Area3D
func _on_body_entered(body):
if body is CharacterBody3D and !body.beast and Game.computers == 0:
if !body.npc:
Game.player_escaped = true
body.free()
$mapcam.active
Game.has_escaped()
func _process(delta):
if Game.computers == 0: