2020-08-16 12:11:59 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2020-03-01 23:18:56 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://Scripts/Player.gd" type="Script" id=1]
|
|
|
|
|
2020-08-16 12:11:59 +00:00
|
|
|
[sub_resource type="CapsuleShape" id=1]
|
|
|
|
radius = 0.1
|
|
|
|
height = 0.5
|
|
|
|
|
|
|
|
[node name="Player" type="RigidBody"]
|
2020-03-01 23:18:56 +00:00
|
|
|
script = ExtResource( 1 )
|
2020-08-16 12:11:59 +00:00
|
|
|
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="."]
|
|
|
|
shape = SubResource( 1 )
|