Milestone 7 Beta 1
Redid the entire serverside and clientside, matchmaking is finally out, bugfixes.
This commit is contained in:
parent
9de67986dd
commit
699320353a
16 changed files with 324 additions and 266 deletions
|
|
@ -13,7 +13,7 @@ var trapped_body
|
|||
var occupied = false
|
||||
var living = true
|
||||
|
||||
func _process(delta):
|
||||
func _process(_delta):
|
||||
if occupied:
|
||||
trapped_body.position = global_position
|
||||
if occupied and trapped_body.hp == 0 and living:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue