added the game:)
This commit is contained in:
parent
d4b7c77e09
commit
cdfe1089af
58 changed files with 2095 additions and 0 deletions
8
Script/base.gd
Normal file
8
Script/base.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
extends Node
|
||||
var teleport_target_location = Vector2(100,100)
|
||||
|
||||
|
||||
# PER LA MORTE
|
||||
func _on_area_3d_body_entered(body: Node3D) -> void:
|
||||
print("death")
|
||||
$Player.global_position = Vector3(0.0, 10.0,0.0)
|
||||
Loading…
Add table
Add a link
Reference in a new issue