Added Bin and finnished canons for train 1

This commit is contained in:
PfandBoss
2022-12-10 21:31:03 +01:00
parent 2e10a0fa64
commit d4784e6cb5
5 changed files with 20 additions and 13 deletions

View File

@@ -1,16 +1,12 @@
[gd_scene load_steps=4 format=3 uid="uid://byo1m0n20yl45"]
[gd_scene load_steps=3 format=3 uid="uid://byo1m0n20yl45"]
[ext_resource type="Script" path="res://scripts/Modules/Cannon.gd" id="1_vdn0s"]
[sub_resource type="CylinderShape3D" id="CylinderShape3D_2geka"]
[sub_resource type="CylinderMesh" id="CylinderMesh_g6oe4"]
[sub_resource type="BoxShape3D" id="BoxShape3D_sm3et"]
size = Vector3(3.10406, 3, 2)
[node name="Cannon" type="StaticBody3D"]
script = ExtResource("1_vdn0s")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CylinderShape3D_2geka")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("CylinderMesh_g6oe4")
shape = SubResource("BoxShape3D_sm3et")