mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-17 20:43:47 +00:00
New Models
This commit is contained in:
parent
5a622a1fba
commit
23abf95c54
34 changed files with 2657 additions and 354 deletions
18
3D/Scenes/Props/Camera_3D.tscn
Normal file
18
3D/Scenes/Props/Camera_3D.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://b0rhxqjs52fsv"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_ix4p0"]
|
||||
[ext_resource type="PackedScene" uid="uid://bt5weyaiyhtrl" path="res://3D/BlockbenchModels/Camera/Camera.gltf" id="2_ix4p0"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_hsg1w"]
|
||||
size = Vector3(0.763428, 0.469452, 0.77832)
|
||||
|
||||
[node name="Camera" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_ix4p0")
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00549316, 0.0253752, -0.000488281)
|
||||
shape = SubResource("BoxShape3D_hsg1w")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("2_ix4p0")]
|
||||
18
3D/Scenes/Props/Posters/Poster_Warning.tscn
Normal file
18
3D/Scenes/Props/Posters/Poster_Warning.tscn
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dx4denbc7xkfm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://ccxnvbthsvka3" path="res://Scripts/Actors/Destructible3D.cs" id="1_0enuv"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5siqbe3vek0n" path="res://3D/BlockbenchModels/Posters/Warning/Poster_Warning.gltf" id="2_o6syw"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_7yjdj"]
|
||||
size = Vector3(0.675415, 0.669678, 0.0963135)
|
||||
|
||||
[node name="Poster" type="StaticBody3D" groups=["Destroyable"]]
|
||||
collision_layer = 0
|
||||
collision_mask = 0
|
||||
script = ExtResource("1_0enuv")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("2_o6syw")]
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.00665283, 0.052124, -0.00421143)
|
||||
shape = SubResource("BoxShape3D_7yjdj")
|
||||
|
|
@ -1,22 +1,16 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://dyi4ji0t3ryi4"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://qeh4ai8h6sw5" path="res://Sprites/Chest.png" id="1_sxwrc"]
|
||||
[ext_resource type="PackedScene" uid="uid://b5yq3ibbfoo0" path="res://3D/BlockbenchModels/Chest/Chest.gltf" id="1_sxwrc"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_2libs"]
|
||||
height = 0.564575
|
||||
radius = 0.321777
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_sefe4"]
|
||||
size = Vector3(0.633301, 0.449463, 0.509521)
|
||||
|
||||
[node name="Chest" type="StaticBody3D"]
|
||||
collision_layer = 16
|
||||
collision_mask = 0
|
||||
|
||||
[node name="Sprite" 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_sxwrc")
|
||||
hframes = 3
|
||||
|
||||
[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")
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.00463867, -0.022522, 0.0032959)
|
||||
shape = SubResource("BoxShape3D_sefe4")
|
||||
|
||||
[node name="blockbench_export" parent="." instance=ExtResource("1_sxwrc")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue