added some sound triggers and holes in the map
This commit is contained in:
8
Scripts/killbox.gd
Normal file
8
Scripts/killbox.gd
Normal file
@ -0,0 +1,8 @@
|
||||
extends Area3D
|
||||
class_name KillBox
|
||||
|
||||
@export var level: Level
|
||||
|
||||
|
||||
func _on_body_entered(body: Node3D) -> void:
|
||||
body.position = level.player_spawns[0].global_position
|
Reference in New Issue
Block a user