Compare commits

..

No commits in common. 'a675b237a47dc672c6d09062c62ebc7cd961c44d' and '87c3e214f17fe917872a3c582db207260bb4c6b7' have entirely different histories.

@ -1,11 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://b4cs2vjtp17lu"]
[ext_resource type="Script" path="res://Entities/Player/player.gd" id="1_xmnrq"]
[gd_scene load_steps=2 format=3 uid="uid://b4cs2vjtp17lu"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_6ufux"]
[node name="Player" type="Node3D"]
script = ExtResource("1_xmnrq")
[node name="Camera" type="Camera3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.73802, 0)

@ -1,11 +0,0 @@
extends Node3D
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass
Loading…
Cancel
Save