proto3 initial commit
This commit is contained in:
16
proto3/godot/scenes/smart_object.tscn
Normal file
16
proto3/godot/scenes/smart_object.tscn
Normal file
@@ -0,0 +1,16 @@
|
||||
[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 )
|
||||
Reference in New Issue
Block a user