You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
369 B
9 lines
369 B
[gd_scene load_steps=2 format=3 uid="uid://rbvk4mg40ceg"] |
|
|
|
[ext_resource type="ArrayMesh" uid="uid://rsoymmi6yqhp" path="res://assets/Objects/shield.obj" id="1"] |
|
|
|
[node name="ShieldMesh" type="Node3D"] |
|
|
|
[node name="MeshInstance3D" type="MeshInstance3D" parent="."] |
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -0.28306955, -0.70267653) |
|
mesh = ExtResource("1")
|
|
|