Files
kicking-high/proto2/items/ball/ball.tscn
2019-07-30 13:23:34 +03:00

16 lines
435 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://items/ball/ball.gd" type="Script" id=1]
[ext_resource path="res://items/ball/ball.escn" type="PackedScene" id=2]
[sub_resource type="SphereShape" id=1]
radius = 0.25
[node name="ball" type="RigidBody"]
script = ExtResource( 1 )
[node name="ball" parent="." instance=ExtResource( 2 )]
[node name="CollisionShape" type="CollisionShape" parent="."]
shape = SubResource( 1 )