1
0
Fork 0
This repository has been archived on 2025-09-12. You can view files and clone it, but cannot push or open issues or pull requests.
honest-jam-2/object/SolarPanel_Stationary.tscn
2021-08-08 16:54:57 -04:00

27 lines
1.1 KiB
Text

[gd_scene load_steps=4 format=2]
[ext_resource path="res://object/SolarPanel.tscn" type="PackedScene" id=1]
[ext_resource path="res://asset/kenney/spacekit2/metalRed.material" type="Material" id=2]
[sub_resource type="CubeMesh" id=1]
size = Vector3( 0.125, 1, 0.126 )
[node name="SolarPanel_Stationary" type="Spatial"]
[node name="SolarPanel" parent="." instance=ExtResource( 1 )]
transform = Transform( 0.5, 0.866025, 0, -0.866025, 0.5, 0, 0, 0, 1, 0, 0.875, 0 )
[node name="MeshInstance2" type="MeshInstance" parent="SolarPanel"]
transform = Transform( 0.25, -0.736122, 0, 0.433013, 0.425, 0, 0, 0, 0.5, 0.4, -0.23, -0.9 )
mesh = SubResource( 1 )
material/0 = ExtResource( 2 )
[node name="MeshInstance3" type="MeshInstance" parent="SolarPanel"]
transform = Transform( 0.25, -0.736122, 0, 0.433013, 0.425, 0, 0, 0, 0.5, 0.4, -0.23, 0 )
mesh = SubResource( 1 )
material/0 = ExtResource( 2 )
[node name="MeshInstance4" type="MeshInstance" parent="SolarPanel"]
transform = Transform( 0.25, -0.736122, 0, 0.433013, 0.425, 0, 0, 0, 0.5, 0.4, -0.23, 0.9 )
mesh = SubResource( 1 )
material/0 = ExtResource( 2 )