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://cmgi52e2brlab"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cmgi52e2brlab"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://bojbawyoy11i4" path="res://Levels/StartingRoom.tscn" id="1_i6exp"]
|
||||
[ext_resource type="MeshLibrary" uid="uid://cymdsgto88uty" path="res://meshLib.tres" id="2_2kcfj"]
|
||||
[ext_resource type="PackedScene" uid="uid://rom188edxcu6" path="res://end_zone.tscn" id="3_okds4"]
|
||||
[ext_resource type="PackedScene" uid="uid://dqvq4ybcpws87" path="res://Commands/command_block.tscn" id="4_fhho5"]
|
||||
[ext_resource type="Texture2D" uid="uid://cmvnccuywukyw" path="res://Commands/controlled_blink_new.png" id="5_gb44l"]
|
||||
[ext_resource type="PackedScene" uid="uid://cy5g1lkvw2fxs" path="res://sign.tscn" id="6_03rde"]
|
||||
|
||||
[node name="Level3" type="Node3D"]
|
||||
|
||||
|
|
@ -19,3 +22,25 @@ data = {
|
|||
|
||||
[node name="EndZone" parent="." instance=ExtResource("3_okds4")]
|
||||
transform = Transform3D(2, 0, 0, 0, 2, 0, 0, 0, 2, 0, 2, 9)
|
||||
|
||||
[node name="BaseCommand" parent="." instance=ExtResource("4_fhho5")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2.5, 1.5, -3)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("5_gb44l")
|
||||
|
||||
[node name="BaseCommand2" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("4_fhho5")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3, 1.5, 0)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("5_gb44l")
|
||||
collider = NodePath("../BaseCommand/CollisionShape3D3")
|
||||
|
||||
[node name="BaseCommand3" parent="." node_paths=PackedStringArray("collider") instance=ExtResource("4_fhho5")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 1.5, 2.5)
|
||||
command_name = "dash"
|
||||
command_sprite = ExtResource("5_gb44l")
|
||||
collider = NodePath("../BaseCommand/CollisionShape3D3")
|
||||
|
||||
[node name="Sign" parent="." instance=ExtResource("6_03rde")]
|
||||
transform = Transform3D(0.707107, 0, -0.707107, 0, 1, 0, 0.707107, 0, 0.707107, 3.64511, 1.6988, 3.67351)
|
||||
sign_text = "Drop with Q"
|
||||
show_pole = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue