level 8 done
This commit is contained in:
parent
6307a95c25
commit
0efff048cc
2 changed files with 94 additions and 8 deletions
File diff suppressed because one or more lines are too long
52
Levels/Level 9.tscn
Normal file
52
Levels/Level 9.tscn
Normal file
|
|
@ -0,0 +1,52 @@
|
|||
[gd_scene load_steps=8 format=3 uid="uid://clmgqrgrfbwn2"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bojbawyoy11i4" path="res://Levels/StartingRoom.tscn" id="1_b1jea"]
|
||||
[ext_resource type="MeshLibrary" uid="uid://cymdsgto88uty" path="res://meshLib.tres" id="2_lb4tl"]
|
||||
[ext_resource type="PackedScene" uid="uid://rom188edxcu6" path="res://end_zone.tscn" id="3_jspeh"]
|
||||
[ext_resource type="PackedScene" uid="uid://cy5g1lkvw2fxs" path="res://sign.tscn" id="4_6bmps"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqvq4ybcpws87" path="res://Commands/command_block.tscn" id="5_5axby"]
|
||||
[ext_resource type="Texture2D" uid="uid://cmvnccuywukyw" path="res://Commands/controlled_blink_new.png" id="6_osyp8"]
|
||||
[ext_resource type="Texture2D" uid="uid://vc7wwv4wgabf" path="res://Commands/jump.png" id="7_omu2s"]
|
||||
|
||||
[node name="Level1" type="Node3D"]
|
||||
|
||||
[node name="ChronoManager" parent="." instance=ExtResource("1_b1jea")]
|
||||
level_name = "Level 4
|
||||
Looks familiar"
|
||||
|
||||
[node name="JumpCommand2" parent="ChronoManager" index="4"]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1.322, -3)
|
||||
|
||||
[node name="GridMap" type="GridMap" parent="."]
|
||||
mesh_library = ExtResource("2_lb4tl")
|
||||
cell_size = Vector3(1, 1, 1)
|
||||
data = {
|
||||
"cells": PackedInt32Array(65535, 65529, 1, 65535, 65528, 1, 65535, 65527, 1, 65535, 65526, 1, 65535, 65525, 1, 65535, 65524, 1, 0, 65524, 1, 0, 65525, 1, 0, 65526, 1, 0, 65527, 1, 0, 65528, 1, 0, 65529, 1, 327679, 65515, 1, 327679, 65514, 1, 327679, 65513, 1, 262144, 65515, 1, 262144, 65514, 1, 262144, 65513, 1, 262144, 65512, 1, 327679, 65512, 1, 327679, 65511, 1, 262144, 65511, 1, 327679, 65509, 2, 327679, 65510, 2, 262144, 65509, 2, 262144, 65510, 2)
|
||||
}
|
||||
metadata/_editor_floor_ = Vector3(0, 0, 0)
|
||||
|
||||
[node name="EndZone" parent="." instance=ExtResource("3_jspeh")]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 6, -26)
|
||||
|
||||
[node name="Sign" parent="." instance=ExtResource("4_6bmps")]
|
||||
transform = Transform3D(-0.61009, 0, 0.792332, 0, 1, 0, -0.792332, 0, -0.61009, -1.07097, 1.71873, -2.59564)
|
||||
sign_text = "Now you have
|
||||
both kinds!"
|
||||
show_pole = true
|
||||
|
||||
[node name="BaseCommand2" parent="." instance=ExtResource("5_5axby")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.58846, 2.66601, -2.91549)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("6_osyp8")
|
||||
|
||||
[node name="BaseCommand4" parent="." instance=ExtResource("5_5axby")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -3.20865, 2.66601, -2.68806)
|
||||
command_name = "jump"
|
||||
command_sprite = ExtResource("7_omu2s")
|
||||
|
||||
[node name="BaseCommand3" parent="." instance=ExtResource("5_5axby")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.87202, 3.23129, -2.91549)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("6_osyp8")
|
||||
|
||||
[editable path="ChronoManager"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue