add trenchbroom map

This commit is contained in:
2022-12-31 03:49:35 +01:00
parent d808ef5a53
commit 54a90ab22c
45 changed files with 3035 additions and 0 deletions

24
entities/enemy/dummy.tscn Normal file
View File

@@ -0,0 +1,24 @@
[gd_scene load_steps=5 format=3 uid="uid://bp5ekvan8qsmc"]
[ext_resource type="Script" path="res://scripts/player/Hitable.gd" id="1_f1sho"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_uw38t"]
albedo_color = Color(0.85098, 0, 0.172549, 1)
[sub_resource type="CapsuleMesh" id="CapsuleMesh_3ufk0"]
material = SubResource("StandardMaterial3D_uw38t")
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_mfgnk"]
[node name="Enemy" type="CharacterBody3D"]
collision_layer = 512
collision_mask = 512
script = ExtResource("1_f1sho")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
mesh = SubResource("CapsuleMesh_3ufk0")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0)
shape = SubResource("CapsuleShape3D_mfgnk")