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/SolarArray.tscn
2021-08-08 23:05:23 +02:00

54 lines
2.7 KiB
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://asset/kenney/spacekit2/machine_wireless.glb" type="PackedScene" id=1]
[ext_resource path="res://object/SolarPanel_Stationary.tscn" type="PackedScene" id=2]
[ext_resource path="res://asset/kenney/spacekit2/machine_generator.glb" type="PackedScene" id=3]
[ext_resource path="res://object/Building.gd" type="Script" id=4]
[node name="SolarArray" type="Spatial"]
script = ExtResource( 4 )
[node name="SolarPanel_Stationary" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0.125, 0, 0.275 )
[node name="SolarPanel_Stationary2" parent="SolarPanel_Stationary" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.025, 0, 2.05 )
[node name="SolarPanel_Stationary3" parent="SolarPanel_Stationary" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4.1 )
[node name="SolarPanel_Stationary3" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 0.575, 0, 0.3 )
[node name="SolarPanel_Stationary2" parent="SolarPanel_Stationary3" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.025, 0, 2.05 )
[node name="SolarPanel_Stationary3" parent="SolarPanel_Stationary3" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4.1 )
[node name="SolarPanel_Stationary4" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 1.125, 0, 0.307 )
[node name="SolarPanel_Stationary2" parent="SolarPanel_Stationary4" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0250001, 0, 2.05 )
[node name="SolarPanel_Stationary3" parent="SolarPanel_Stationary4" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4.1 )
[node name="SolarPanel_Stationary5" parent="." instance=ExtResource( 2 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, 1.65, 0, 0.375 )
[node name="SolarPanel_Stationary2" parent="SolarPanel_Stationary5" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.0269485, -0.0155845, 2.05 )
[node name="SolarPanel_Stationary3" parent="SolarPanel_Stationary5" instance=ExtResource( 2 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 4.1 )
[node name="machine_wireless" parent="." instance=ExtResource( 1 )]
transform = Transform( 0.25, 0, 0, 0, 0.25, 0, 0, 0, 0.25, -0.35, 0, 1.39505 )
[node name="machine_generator" parent="machine_wireless" instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8, 0, 0 )
[node name="machine_generator2" parent="machine_wireless" instance=ExtResource( 3 )]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0.8, 0, 0.525 )