did some gun stuff

This commit is contained in:
2024-01-18 21:05:10 +01:00
parent 6d9abc6006
commit be95ec8202
12 changed files with 167 additions and 52 deletions

View File

@@ -1,6 +1,7 @@
[gd_scene load_steps=3 format=3 uid="uid://gg5ph541e4p3"]
[gd_scene load_steps=4 format=3 uid="uid://gg5ph541e4p3"]
[ext_resource type="Script" path="res://scripts/player.gd" id="1_8d33x"]
[ext_resource type="PackedScene" uid="uid://cl6gw3huejnrl" path="res://scenes/gravity_gun.tscn" id="2_ahuce"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_2qx4s"]
height = 1.9
@@ -14,3 +15,7 @@ shape = SubResource("CapsuleShape3D_2qx4s")
[node name="Camera3D" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
current = true
[node name="GravityGun" parent="." instance=ExtResource("2_ahuce")]
[editable path="GravityGun"]