blob: 098799c4fb81fd20e32e623681c3df129974abd9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[gd_scene load_steps=3 format=2]
[ext_resource path="res://Player.gd" type="Script" id=2]
[sub_resource type="SphereShape" id=1]
[node name="Player" type="KinematicBody"]
collision_layer = 2
script = ExtResource( 2 )
[node name="Camera" type="Camera" parent="."]
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )
|