Elevators

This commit is contained in:
Marco 2025-06-12 16:26:11 +02:00
commit 4fc136e5d7
39 changed files with 4471 additions and 264 deletions

View file

@ -0,0 +1,22 @@
[gd_scene load_steps=3 format=3 uid="uid://c2enjjxlfb5or"]
[ext_resource type="Texture2D" uid="uid://du8xcvbnf30o2" path="res://ExternalMaterial/Barrel/Barrels.png" id="1_2libs"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_2libs"]
height = 0.564575
radius = 0.321777
[node name="StaticBody3D" type="StaticBody3D"]
collision_layer = 16
collision_mask = 0
[node name="Barrel" type="Sprite3D" parent="."]
transform = Transform3D(0.707107, -0.5, 0.5, 0, 0.707107, 0.707107, -0.707107, -0.5, 0.5, 0, 0, 0)
pixel_size = 0.05
texture_filter = 0
texture = ExtResource("1_2libs")
hframes = 4
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0376587, 0)
shape = SubResource("CylinderShape3D_2libs")

View file

@ -0,0 +1,17 @@
[gd_scene load_steps=3 format=3 uid="uid://cq6tw87ei4by3"]
[sub_resource type="BoxShape3D" id="BoxShape3D_0vufj"]
size = Vector3(1, 0.101501, 1)
[sub_resource type="BoxMesh" id="BoxMesh_wl3wm"]
[node name="Elevator" type="AnimatableBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.0038147, 0)
shape = SubResource("BoxShape3D_0vufj")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 0.1, 0, 0, 0, 1, 0, 0, 0)
mesh = SubResource("BoxMesh_wl3wm")
skeleton = NodePath("../..")