it's michael, what's michael

This commit is contained in:
2024-09-15 02:17:40 -07:00
parent 096bcd6168
commit 7680ab8b45
313 changed files with 6913 additions and 1760 deletions

31
dungeon_test/camera.tscn Normal file
View File

@@ -0,0 +1,31 @@
[gd_scene load_steps=5 format=3 uid="uid://ccnks05btp3f1"]
[ext_resource type="PackedScene" uid="uid://dcgj5i52i76gj" path="res://src/enemy/enemy_types/michael/Michael.tscn" id="1_1iqeh"]
[ext_resource type="Script" path="res://src/enemy/enemy_types/michael/RotationTest.cs" id="2_c7eon"]
[ext_resource type="Script" path="res://dungeon_test/Camera3d.cs" id="3_ddadm"]
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_4ork2"]
albedo_color = Color(0.282353, 0.172549, 0.521569, 1)
[node name="Node3D" type="Node3D"]
[node name="Michael" parent="." instance=ExtResource("1_1iqeh")]
script = ExtResource("2_c7eon")
[node name="CurrentFrameLabel" type="Label" parent="Michael"]
unique_name_in_owner = true
offset_left = 467.0
offset_top = 71.0
offset_right = 1081.0
offset_bottom = 291.0
[node name="CSGBox3D" type="CSGBox3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.962679, 0)
material_override = SubResource("StandardMaterial3D_4ork2")
[node name="CamBase" type="Node3D" parent="."]
script = ExtResource("3_ddadm")
[node name="TestCamera" type="Camera3D" parent="CamBase"]
unique_name_in_owner = true
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.357711, 2.14968)