Anri/AdBlockNot
Archived
1
0
Fork 0
This repository has been archived on 2024-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
AdBlockNot/scenes/Player.tscn

17 lines
546 B
Text
Raw Normal View History

2024-01-27 11:56:48 +01:00
[gd_scene load_steps=3 format=3 uid="uid://b78y8nhrad6ag"]
[ext_resource type="Script" path="res://scripts/Player.gd" id="1_ady3x"]
[sub_resource type="CapsuleShape3D" id="CapsuleShape3D_kcbxg"]
2024-01-27 11:56:48 +01:00
[node name="Player" type="CharacterBody3D"]
2024-01-27 11:56:48 +01:00
script = ExtResource("1_ady3x")
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
shape = SubResource("CapsuleShape3D_kcbxg")
2024-01-27 11:56:48 +01:00
[node name="Head" type="Node3D" parent="."]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.8, 0)
[node name="Camera3D" type="Camera3D" parent="Head"]