SpaceServer/Scenes/Player.tscn

14 lines
319 B
Plaintext
Raw Normal View History

2020-08-16 12:11:59 +00:00
[gd_scene load_steps=3 format=2]
[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"]
script = ExtResource( 1 )
2020-08-16 12:11:59 +00:00
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )