mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-07-02 18:41:15 +00:00
Models
This commit is contained in:
parent
2fe9618942
commit
8156533a77
24 changed files with 2888 additions and 816 deletions
14
3D/Scenes/Props/Door_3D.tscn
Normal file
14
3D/Scenes/Props/Door_3D.tscn
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bubtvv3pa06py"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://b12y0mtx6ibo8" path="res://3D/BlockbenchModels/Door/Door.gltf" id="1_7axon"]
|
||||
|
||||
[sub_resource type="AnimationLibrary" id="AnimationLibrary_y1ovr"]
|
||||
|
||||
[node name="Door3d" type="Node3D"]
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_7axon")]
|
||||
|
||||
[node name="AnimationPlayer" type="AnimationPlayer" parent="."]
|
||||
libraries = {
|
||||
&"": SubResource("AnimationLibrary_y1ovr")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue