cool stuff
This commit is contained in:
parent
a9be913adb
commit
44be9924a6
11 changed files with 202 additions and 29 deletions
|
|
@ -1,12 +1,16 @@
|
|||
[gd_scene load_steps=25 format=3 uid="uid://bojbawyoy11i4"]
|
||||
[gd_scene load_steps=29 format=3 uid="uid://bojbawyoy11i4"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://byqcpfg6cmusc" path="res://Scripts/ChronoManager.gd" id="1_5b2rd"]
|
||||
[ext_resource type="Material" uid="uid://cr4ra7ijk1uec" path="res://Assets/Materials/floor.tres" id="2_0aj3l"]
|
||||
[ext_resource type="PackedScene" uid="uid://d34smep2ukq7w" path="res://player.tscn" id="2_hsi55"]
|
||||
[ext_resource type="PackedScene" uid="uid://bnlexkofp68gv" path="res://gui.tscn" id="3_60lfp"]
|
||||
[ext_resource type="Material" uid="uid://didvwdmm46bmq" path="res://Assets/Materials/green_floor.tres" id="3_mnhg8"]
|
||||
[ext_resource type="Material" uid="uid://drp1q1n60kafj" path="res://Assets/Materials/light_blue_floor.tres" id="4_w835j"]
|
||||
[ext_resource type="MeshLibrary" uid="uid://cymdsgto88uty" path="res://meshLib.tres" id="5_2x8rh"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqvq4ybcpws87" path="res://Commands/command_block.tscn" id="5_81jk1"]
|
||||
[ext_resource type="Material" uid="uid://bsgjssu608suc" path="res://Assets/Materials/blue_floor.tres" id="5_cl7gu"]
|
||||
[ext_resource type="Material" uid="uid://cbjq7ypah8w8a" path="res://Assets/Materials/purple_floor.tres" id="6_v2g4n"]
|
||||
[ext_resource type="Material" uid="uid://uprvwy7c55in" path="res://Assets/Materials/red_floor.tres" id="7_kt6ss"]
|
||||
[ext_resource type="Texture2D" uid="uid://vc7wwv4wgabf" path="res://Commands/jump.png" id="10_pecm3"]
|
||||
[ext_resource type="PackedScene" uid="uid://cq4rfdsc5kghr" path="res://Commands/command_pedestal.tscn" id="10_sghta"]
|
||||
[ext_resource type="Texture2D" uid="uid://cxljjpwweuds0" path="res://Commands/phase_shift_new.png" id="11_82hoi"]
|
||||
|
|
@ -66,6 +70,7 @@ size = Vector3(1, 2, 1)
|
|||
script = ExtResource("1_5b2rd")
|
||||
pedestal_off_mat = ExtResource("2_0aj3l")
|
||||
pedestal_on_mat = ExtResource("3_mnhg8")
|
||||
pedestal_activated_cols = Array[Material]([ExtResource("4_w835j"), ExtResource("4_w835j"), ExtResource("4_w835j"), ExtResource("4_w835j"), ExtResource("4_w835j"), ExtResource("5_cl7gu"), ExtResource("5_cl7gu"), ExtResource("5_cl7gu"), ExtResource("6_v2g4n"), ExtResource("7_kt6ss")])
|
||||
gui = NodePath("Gui")
|
||||
pedstalContainer = NodePath("Pedestals")
|
||||
chime_player = NodePath("AudioStreamPlayer")
|
||||
|
|
@ -206,6 +211,7 @@ mesh = SubResource("CylinderMesh_vrcmc")
|
|||
|
||||
[node name="MenuButton" type="Area3D" parent="."]
|
||||
transform = Transform3D(4.37114e-08, 1, 8.74228e-08, 1, -4.37114e-08, 0, 3.82138e-15, 8.74228e-08, -1, 5, 2.5, -1.5)
|
||||
visible = false
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="MenuButton"]
|
||||
shape = SubResource("ConcavePolygonShape3D_jchw8")
|
||||
|
|
@ -238,6 +244,7 @@ shape = SubResource("BoxShape3D_jvb5m")
|
|||
|
||||
[node name="Sign" parent="." instance=ExtResource("14_m7cxt")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5, 1.5, -1.5)
|
||||
visible = false
|
||||
sign_text = "Back to Menu"
|
||||
|
||||
[node name="doorSound" type="AudioStreamPlayer" parent="."]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue