22 lines
734 B
Plaintext
22 lines
734 B
Plaintext
[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
|
|
|
|
[node name="Player" type="CharacterBody3D"]
|
|
script = ExtResource("1_8d33x")
|
|
|
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
|
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"]
|