ChronoChamber/Levels/Level 2.tscn

55 lines
3.4 KiB
Text
Raw Permalink Normal View History

2024-08-13 22:45:09 +10:00
[gd_scene load_steps=7 format=3 uid="uid://ddcwsfa8nhmtf"]
[ext_resource type="PackedScene" uid="uid://bojbawyoy11i4" path="res://Levels/StartingRoom.tscn" id="1_rb7ph"]
[ext_resource type="MeshLibrary" uid="uid://cymdsgto88uty" path="res://meshLib.tres" id="2_52atl"]
[ext_resource type="PackedScene" uid="uid://rom188edxcu6" path="res://end_zone.tscn" id="3_c33yl"]
2024-08-13 22:45:09 +10:00
[ext_resource type="PackedScene" uid="uid://dqvq4ybcpws87" path="res://Commands/command_block.tscn" id="4_evy08"]
[ext_resource type="Texture2D" uid="uid://vc7wwv4wgabf" path="res://Commands/jump.png" id="5_v1wgi"]
[ext_resource type="PackedScene" uid="uid://cy5g1lkvw2fxs" path="res://sign.tscn" id="6_xqkdd"]
[node name="Level2" type="Node3D"]
[node name="ChronoManager" parent="." instance=ExtResource("1_rb7ph")]
level_name = "Level 2
Hop, Skip, and Jump"
[node name="GridMap" type="GridMap" parent="."]
mesh_library = ExtResource("2_52atl")
cell_size = Vector3(1, 1, 1)
data = {
"cells": PackedInt32Array(65535, 65529, 196609, 0, 65529, 196609, 0, 65528, 196609, 65535, 65528, 196609, 65535, 65527, 196609, 0, 65527, 196609, 65535, 65526, 196609, 0, 65526, 196609, 1, 65527, 196609, 1, 65526, 196609, 2, 65526, 196609, 2, 65527, 196609, 3, 65527, 196609, 3, 65526, 196609, 4, 65526, 196609, 4, 65527, 196609, 5, 65526, 196609, 5, 65527, 196609, 6, 65527, 196609, 6, 65526, 196609, 7, 65526, 196609, 7, 65527, 196609, 8, 65527, 196609, 8, 65526, 196609, 9, 65527, 196609, 9, 65526, 196609, 8, 65525, 196609, 8, 65524, 196609, 9, 65524, 196609, 9, 65525, 196609, 196617, 65521, 196609, 196616, 65521, 196609, 196616, 65520, 196609, 196617, 65520, 196609, 393225, 65517, 196609, 393224, 65517, 196609, 393224, 65516, 196609, 393225, 65516, 196609, 393223, 65517, 196609, 393223, 65516, 196609, 393222, 65516, 196609, 393222, 65517, 196609, 393221, 65517, 196609, 393221, 65516, 196609, 393220, 65516, 196609, 393220, 65517, 196609, 393219, 65517, 196609, 393219, 65516, 196609, 393218, 65516, 196609, 393218, 65517, 196609, 917506, 65516, 196610, 917506, 65517, 196610, 917507, 65517, 196610, 917507, 65516, 196610)
}
metadata/_editor_floor_ = Vector3(0, 14, 0)
[node name="EndZone" parent="." instance=ExtResource("3_c33yl")]
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 3, 13, -19)
2024-08-13 22:45:09 +10:00
[node name="BaseCommand" parent="." instance=ExtResource("4_evy08")]
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -0.0518522, 1.66601, -2.91549)
command_name = "jump"
command_sprite = ExtResource("5_v1wgi")
[node name="BaseCommand2" parent="." instance=ExtResource("4_evy08")]
transform = Transform3D(0.965926, 0, -0.258819, 0, 1, 0, 0.258819, 0, 0.965926, -0.0518522, 2.66601, -2.91549)
command_name = "jump"
command_sprite = ExtResource("5_v1wgi")
[node name="BaseCommand3" parent="." instance=ExtResource("4_evy08")]
transform = Transform3D(0.707107, 0, 0.707107, 0, 1, 0, -0.707107, 0, 0.707107, -0.0518522, 3.66601, -2.91549)
command_name = "jump"
command_sprite = ExtResource("5_v1wgi")
[node name="Sign" parent="." instance=ExtResource("6_xqkdd")]
transform = Transform3D(0.181875, 0, 0.983321, 0, 1, 0, -0.983321, 0, 0.181875, 0.586343, 1.69798, -3.84724)
2024-08-13 22:45:09 +10:00
sign_text = "Heres some
more"
show_pole = true
[node name="Sign2" parent="." instance=ExtResource("6_xqkdd")]
transform = Transform3D(-0.964741, 0, 0.2632, 0, 1, 0, -0.2632, 0, -0.964741, 2.68076, 7.7014, -19.1017)
sign_text = "^ ^ ^
Look Up"
show_pole = true
[editable path="ChronoManager"]