mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 20:26:13 +01:00
17 lines
557 B
Plaintext
17 lines
557 B
Plaintext
[gd_scene load_steps=4 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"]
|
|
|
|
[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")
|