cirnogodot/3D/Scenes/Props/Posters/Poster_Warning.tscn
2025-06-19 22:08:47 +02:00

18 lines
823 B
Text

[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")