17 lines
438 B
Plaintext
17 lines
438 B
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scenes/smart_object.gd" type="Script" id=1]
|
|
|
|
[sub_resource type="CylinderShape" id=1]
|
|
radius = 2.0
|
|
height = 2.5
|
|
|
|
[node name="smart_object" type="Spatial"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Area" type="Area" parent="."]
|
|
|
|
[node name="CollisionShape" type="CollisionShape" parent="Area"]
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.25, 0 )
|
|
shape = SubResource( 1 )
|