Update Level 1.tscn, Level 2.tscn, Level 3.tscn, and 9 more files
This commit is contained in:
parent
f470efbe1f
commit
89cfa2882a
12 changed files with 204 additions and 112 deletions
22
Levels/Level 2.tscn
Normal file
22
Levels/Level 2.tscn
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
[gd_scene load_steps=4 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"]
|
||||
|
||||
[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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue