final
This commit is contained in:
parent
63b5b54db0
commit
c333fddeba
350 changed files with 34866 additions and 58 deletions
|
|
@ -23,7 +23,7 @@ radius = 0.48558
|
|||
height = 2.765
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_a4n5y"]
|
||||
size = Vector3(1.58301, 1, 0.363281)
|
||||
size = Vector3(1.58301, 1, 1.07117)
|
||||
|
||||
[node name="EnemyCar" type="EnemyCar"]
|
||||
oversteer_curve = SubResource("Curve_dpk6q")
|
||||
|
|
@ -69,7 +69,11 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.31348, -0.510359)
|
|||
[node name="Root Scene" parent="." instance=ExtResource("1_2m0nm")]
|
||||
|
||||
[node name="DamageArea" type="DamageArea" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.08846, 3.19529)
|
||||
target_classes = [&"CarPlayer"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.08846, 2.93348)
|
||||
collision_layer = 0
|
||||
collision_mask = 4
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="DamageArea"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0.353943)
|
||||
shape = SubResource("BoxShape3D_a4n5y")
|
||||
|
|
|
|||
72
godot/GameObjects/exit_door.tscn
Normal file
72
godot/GameObjects/exit_door.tscn
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://bylfs6dk8s7ea"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://boh0mf73cpyk3" path="res://WorldObjects/wall.tscn" id="1_uyih3"]
|
||||
|
||||
[sub_resource type="Animation" id="Animation_4n6h2"]
|
||||
resource_name = "RESET"
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Wall2:position")
|
||||
tracks/0/interp = 1
|
||||
tracks/0/loop_wrap = true
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0),
|
||||
"transitions": PackedFloat32Array(1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 69.6674, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="Animation" id="Animation_ak006"]
|
||||
resource_name = "open"
|
||||
length = 2.0
|
||||
tracks/0/type = "value"
|
||||
tracks/0/imported = false
|
||||
tracks/0/enabled = true
|
||||
tracks/0/path = NodePath("Wall2:position")
|
||||
tracks/0/interp = 2
|
||||
tracks/0/loop_wrap = false
|
||||
tracks/0/keys = {
|
||||
"times": PackedFloat32Array(0, 0.5),
|
||||
"transitions": PackedFloat32Array(1, 1),
|
||||
"update": 0,
|
||||
"values": [Vector3(0, 69.6674, 0), Vector3(0, -12.7737, 0)]
|
||||
}
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_o7nv8"]
|
||||
_data = {
|
||||
"RESET": SubResource("Animation_4n6h2"),
|
||||
"open": SubResource("Animation_ak006")
|
||||
}
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_oaqug"]
|
||||
size = Vector3(180.842, 95.54, 143.84)
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_ve4sa"]
|
||||
size = Vector3(164.406, 151.328, 12.4365)
|
||||
|
||||
[node name="ExitDoor" type="ExitDoor"]
|
||||
transform = Transform3D(0.300345, 0, 0, 0, 0.300345, 0, 0, 0, 0.300345, 0, 0, 0)
|
||||
|
||||
[node name="Wall2" parent="." instance=ExtResource("1_uyih3")]
|
||||
transform = Transform3D(-1.23393, -1.07873e-07, 0, 1.07873e-07, -1.23393, 0, 0, 0, 1.23393, 0, 69.6674, 0)
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_o7nv8")
|
||||
}
|
||||
|
||||
[node name="ExitTrigger" type="ExitTrigger" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 30.6259, -81.7435)
|
||||
collision_layer = 0
|
||||
collision_mask = 4
|
||||
monitorable = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="ExitTrigger"]
|
||||
shape = SubResource("BoxShape3D_oaqug")
|
||||
|
||||
[node name="StaticBody3D" type="StaticBody3D" parent="."]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="StaticBody3D"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 149.79, -0.855263)
|
||||
shape = SubResource("BoxShape3D_ve4sa")
|
||||
Loading…
Add table
Add a link
Reference in a new issue