making levels
This commit is contained in:
parent
cc0014f3e8
commit
716dae1d33
17 changed files with 451 additions and 61 deletions
|
|
@ -1,8 +1,11 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://ddcwsfa8nhmtf"]
|
||||
[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"]
|
||||
[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"]
|
||||
|
||||
|
|
@ -20,3 +23,32 @@ 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)
|
||||
|
||||
[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.5, 0, 0.866025, 0, 1, 0, -0.866025, 0, 0.5, 1.30761, 1.69798, -3.40446)
|
||||
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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue