moon
This commit is contained in:
parent
e3d080baa6
commit
86529578fc
4 changed files with 46 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
[gd_scene load_steps=20 format=3 uid="uid://c4n7jns8vmcg4"]
|
||||
[gd_scene load_steps=21 format=3 uid="uid://c4n7jns8vmcg4"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://cy35b87ip330v" path="res://Models/Stages/3-Stage/3Stage.glb" id="2_nhspc"]
|
||||
[ext_resource type="PackedScene" uid="uid://rabrhou7jcft" path="res://Models/Animatronics/3-Stage/3stMoon.glb" id="4_xg3a1"]
|
||||
[ext_resource type="PackedScene" uid="uid://bccho13aa6akj" path="res://Models/Animatronics/3-Stage/3stBuilding.glb" id="6_5tgym"]
|
||||
[ext_resource type="PackedScene" uid="uid://ur5ypsdlndde" path="res://Models/GenericRooms/3-Stage/3StageGenericRoom.glb" id="7_0bfh6"]
|
||||
[ext_resource type="Script" uid="uid://bu68w4jnh0n2b" path="res://Scripts/AnimatronicController.gd" id="7_5tgym"]
|
||||
|
@ -32,6 +33,10 @@ script = ExtResource("7_5tgym")
|
|||
transform = Transform3D(0.984808, 0, 0.173648, 0, 1, 0, -0.173648, 0, 0.984808, -2.3, 0.8, -1.7)
|
||||
script = ExtResource("7_5tgym")
|
||||
|
||||
[node name="Moon" parent="." instance=ExtResource("4_xg3a1")]
|
||||
transform = Transform3D(0.984808, 0, -0.173648, 0, 1, 0, 0.173648, 0, 0.984808, 2.3, 0.8, -1.7)
|
||||
script = ExtResource("7_5tgym")
|
||||
|
||||
[node name="3StageGenericRoom" parent="." instance=ExtResource("7_0bfh6")]
|
||||
transform = Transform3D(-4.37114e-08, 0, -1, 0, 1, 0, 1, 0, -4.37114e-08, 0, 0, 6.4)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue