Added a basic test map, options menu, bug fixes, and much more.
This commit is contained in:
Patrick 2025-08-08 10:57:42 +02:00
parent d72b5ac57b
commit 2dce012535
34 changed files with 1268 additions and 84 deletions

View file

@ -1,12 +1,16 @@
[gd_scene load_steps=3 format=3 uid="uid://dbgqg1wtqmhw3"]
[gd_scene load_steps=3 format=3 uid="uid://bncmv3p36y2qg"]
[ext_resource type="Script" uid="uid://bvjyyj4m56b7b" path="res://entities/escape_area.gd" id="1_ubptc"]
[sub_resource type="GDScript" id="GDScript_yuux7"]
script/source = "class_name EscapeArea
extends Area3D
"
[sub_resource type="BoxShape3D" id="BoxShape3D_eij3b"]
size = Vector3(10, 10, 10)
[node name="EscapeArea" type="Area3D"]
script = ExtResource("1_ubptc")
script = SubResource("GDScript_yuux7")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_eij3b")