forked from interstellar_development/freeftf
Milestone 6 Beta 2
Reworked multiplayer, like a lot.
This commit is contained in:
parent
17ece77b7c
commit
9de67986dd
17 changed files with 309 additions and 89 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue