added the game:)

This commit is contained in:
BrixsBang 2025-09-16 17:23:28 +02:00
parent d4b7c77e09
commit cdfe1089af
58 changed files with 2095 additions and 0 deletions

8
Script/base.gd Normal file
View 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)