This commit is contained in:
Spencer Killen 2023-11-12 16:11:17 -07:00
parent 892a3609b6
commit d7655bb1e5
Signed by: sjkillen
GPG Key ID: 3AF3117BA6FBB75B
2 changed files with 10 additions and 2 deletions

View File

@ -1,7 +1,10 @@
[gd_scene load_steps=2 format=3 uid="uid://y0mo5gxmd08q"]
[gd_scene load_steps=3 format=3 uid="uid://y0mo5gxmd08q"]
[ext_resource type="PackedScene" uid="uid://b7kpas3rxox0u" path="res://present.glb" id="1_420vr"]
[sub_resource type="BoxShape3D" id="BoxShape3D_v5kqf"]
size = Vector3(2.18126, 1.97943, 2.07727)
[node name="present" instance=ExtResource("1_420vr")]
[node name="Present" parent="." index="2"]
@ -9,3 +12,4 @@ transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0, 0)
[node name="CollisionShape3D" parent="." index="3"]
transform = Transform3D(0.2, 0, 0, 0, 0.2, 0, 0, 0, 0.2, 0, 0, 0)
shape = SubResource("BoxShape3D_v5kqf")

View File

@ -1,4 +1,4 @@
[gd_scene load_steps=17 format=3 uid="uid://70bb2yncbl"]
[gd_scene load_steps=18 format=3 uid="uid://70bb2yncbl"]
[ext_resource type="PackedScene" uid="uid://bua7f25rpewkp" path="res://small_room.glb" id="1_2ticn"]
[ext_resource type="PackedScene" uid="uid://drmb4sitb74fx" path="res://control_scheme/controller.tscn" id="2_dcvuq"]
@ -12,6 +12,7 @@
[ext_resource type="AudioStream" uid="uid://dw06bektw4j8m" path="res://audio/TricksterGhostNew.mp3" id="10_4mw33"]
[ext_resource type="PackedScene" uid="uid://b7qky0n2ea40e" path="res://Objects/domino/domino2.tscn" id="11_2c1js"]
[ext_resource type="PackedScene" uid="uid://db3h7pscfif84" path="res://Objects/balloon/balloon2.tscn" id="12_f4vmr"]
[ext_resource type="PackedScene" uid="uid://y0mo5gxmd08q" path="res://Objects/present/present.tscn" id="13_g3ygw"]
[sub_resource type="Gradient" id="Gradient_iyif7"]
offsets = PackedFloat32Array(0.333333, 0.635088, 1)
@ -102,3 +103,6 @@ transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 2, 1)
[node name="balloon3" parent="." index="15" instance=ExtResource("12_f4vmr")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 2)
[node name="present" parent="." index="16" instance=ExtResource("13_g3ygw")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -1.08219, 1.70082, 0)