2019-05-01 17:36:46 +00:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2019-04-25 16:32:09 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://meshes/props/travel_box/container_bottom.tscn" type="PackedScene" id=1]
|
|
|
|
[ext_resource path="res://meshes/props/travel_box/container_lid.tscn" type="PackedScene" id=2]
|
2019-05-01 17:36:46 +00:00
|
|
|
[ext_resource path="res://meshes/props/travel_box/container.gd" type="Script" id=3]
|
2019-04-25 16:32:09 +00:00
|
|
|
|
|
|
|
[node name="container" type="Spatial"]
|
2019-05-01 17:36:46 +00:00
|
|
|
script = ExtResource( 3 )
|
2021-07-10 16:44:53 +00:00
|
|
|
color = Color( 0.0352941, 0.0431373, 0.0627451, 1 )
|
|
|
|
color2 = Color( 0.168627, 0.172549, 0.211765, 1 )
|
2019-04-25 16:32:09 +00:00
|
|
|
|
|
|
|
[node name="container_bottom" parent="." instance=ExtResource( 1 )]
|
|
|
|
|
|
|
|
[node name="container_lid" parent="." instance=ExtResource( 2 )]
|
|
|
|
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.001, 0.389, -0.381 )
|