proto3 initial commit

This commit is contained in:
Segey Lapin
2020-04-13 12:45:25 +03:00
parent 69410badf6
commit 1084b6d5c3
1588 changed files with 368852 additions and 23 deletions

View File

@@ -0,0 +1,19 @@
[gd_scene load_steps=4 format=2]
[ext_resource path="res://scenes/furniture/bed.escn" type="PackedScene" id=1]
[ext_resource path="res://scenes/furniture/bed.gd" type="Script" id=2]
[sub_resource type="BoxShape" id=1]
extents = Vector3( 0.741339, 0.577236, 1.07588 )
[node name="bed" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="Area" type="Area" parent="." index="1"]
[node name="CollisionShape" type="CollisionShape" parent="Area" index="0"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.595083, 0 )
shape = SubResource( 1 )
[node name="place1" type="Spatial" parent="." index="2"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.133919, 0.464468, 0.90286 )