4 lines
68 B
GDScript
4 lines
68 B
GDScript
extends Spatial
|
|
|
|
func on_player_enters(player):
|
|
player.rpc("kill")
|