generated from krampus/template-godot4
14 lines
445 B
Plaintext
14 lines
445 B
Plaintext
|
[gd_scene load_steps=3 format=3 uid="uid://dd17ce110sw6p"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://src/player/game_camera.gd" id="1_3gm3q"]
|
||
|
|
||
|
[sub_resource type="SphereShape3D" id="SphereShape3D_wmusx"]
|
||
|
|
||
|
[node name="GameCamera" type="CharacterBody3D"]
|
||
|
script = ExtResource("1_3gm3q")
|
||
|
|
||
|
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||
|
shape = SubResource("SphereShape3D_wmusx")
|
||
|
|
||
|
[node name="Camera3D" type="Camera3D" parent="."]
|