added gun and pain

This commit is contained in:
2024-01-17 22:07:58 +01:00
parent 813545dfc1
commit 6d9abc6006
13 changed files with 24552 additions and 20 deletions

13
scenes/objects/cube.tscn Normal file
View File

@@ -0,0 +1,13 @@
[gd_scene load_steps=3 format=3 uid="uid://ced2w03t8er5k"]
[sub_resource type="BoxShape3D" id="BoxShape3D_x5eli"]
[sub_resource type="BoxMesh" id="BoxMesh_evnha"]
[node name="Cube" type="RigidBody3D"]
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("BoxShape3D_x5eli")
[node name="MeshInstance3D" type="MeshInstance3D" parent="."]
mesh = SubResource("BoxMesh_evnha")