feat: rifle pickup added to map

This commit is contained in:
Sara 2025-08-11 16:10:16 +02:00
parent 2511ac69c0
commit 6b7a092961
8 changed files with 57 additions and 6 deletions

View file

@ -9,7 +9,7 @@ radius = 0.2
script/source = "extends HealthStatus
func _on_death() -> void:
get_tree().change_scene_to_file.call_deferred(\"res://menus/main_menu.tscn\")
get_tree().change_scene_to_file.call_deferred(\"res://guis/main_menu.tscn\")
"
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_bxedw"]