level/lvel_cancelling_00
This commit is contained in:
parent
a119a6bd65
commit
2b5113406e
1 changed files with 138 additions and 0 deletions
138
level/lvel_cancelling_00.tscn
Normal file
138
level/lvel_cancelling_00.tscn
Normal file
|
@ -0,0 +1,138 @@
|
|||
[gd_scene load_steps=7 format=3 uid="uid://4kagn4h8ebch"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://c8ywa33v3jq7t" path="res://board.gd" id="1_vdnny"]
|
||||
[ext_resource type="PackedScene" uid="uid://cnjmu3qesbndk" path="res://piece/player.tscn" id="2_6qnnr"]
|
||||
[ext_resource type="PackedScene" uid="uid://cyi67vbw8e0iy" path="res://piece/floor_ice.tscn" id="3_vna1j"]
|
||||
[ext_resource type="PackedScene" uid="uid://bghr6ew34loyb" path="res://piece/ball.tscn" id="4_gfihx"]
|
||||
[ext_resource type="PackedScene" uid="uid://uf8vnylfqal1" path="res://piece/goal.tscn" id="5_re4lj"]
|
||||
[ext_resource type="PackedScene" uid="uid://bkaa4sl1n2f5w" path="res://piece/wall.tscn" id="6_1e8vg"]
|
||||
|
||||
[node name="Level1" type="Node3D"]
|
||||
script = ExtResource("1_vdnny")
|
||||
metadata/_custom_type_script = "uid://c8ywa33v3jq7t"
|
||||
|
||||
[node name="Player" parent="." instance=ExtResource("2_6qnnr")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 1, 4.5)
|
||||
|
||||
[node name="FloorIce" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 3.5)
|
||||
|
||||
[node name="FloorIce2" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 4.5)
|
||||
|
||||
[node name="FloorIce3" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 2.5)
|
||||
|
||||
[node name="FloorIce4" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0, 4.5)
|
||||
|
||||
[node name="FloorIce5" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.5, 0, 4.5)
|
||||
|
||||
[node name="FloorIce6" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 5.5)
|
||||
|
||||
[node name="FloorIce7" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0, 6.5)
|
||||
|
||||
[node name="FloorIce8" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0, 4.5)
|
||||
|
||||
[node name="FloorIce9" parent="." instance=ExtResource("3_vna1j")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.5, 0, 4.5)
|
||||
|
||||
[node name="Ball" parent="." instance=ExtResource("4_gfihx")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.3, 4.5)
|
||||
|
||||
[node name="Ball2" parent="." instance=ExtResource("4_gfihx")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.3, 4.5)
|
||||
|
||||
[node name="Ball3" parent="." instance=ExtResource("4_gfihx")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.3, 3.5)
|
||||
|
||||
[node name="Ball4" parent="." instance=ExtResource("4_gfihx")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.3, 5.5)
|
||||
|
||||
[node name="Goal" parent="." instance=ExtResource("5_re4lj")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.057544, 6.5)
|
||||
|
||||
[node name="Goal2" parent="." instance=ExtResource("5_re4lj")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.5, 0.057544, 4.5)
|
||||
|
||||
[node name="Goal3" parent="." instance=ExtResource("5_re4lj")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.057544, 2.5)
|
||||
|
||||
[node name="Goal4" parent="." instance=ExtResource("5_re4lj")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.5, 0.057544, 4.5)
|
||||
|
||||
[node name="Wall" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall2" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall3" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall4" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.600054, 4.5)
|
||||
|
||||
[node name="Wall5" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall6" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 1.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall7" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall8" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 6.5)
|
||||
|
||||
[node name="Wall9" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 7.5)
|
||||
|
||||
[node name="Wall10" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.600054, 7.5)
|
||||
|
||||
[node name="Wall11" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 7.5)
|
||||
|
||||
[node name="Wall12" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall13" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 6.5)
|
||||
|
||||
[node name="Wall14" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall15" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.5, 0.600054, 5.5)
|
||||
|
||||
[node name="Wall16" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.5, 0.600054, 4.5)
|
||||
|
||||
[node name="Wall17" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 6.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall18" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 5.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall19" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 3.5)
|
||||
|
||||
[node name="Wall20" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 2.5)
|
||||
|
||||
[node name="Wall21" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 4.5, 0.600054, 1.5)
|
||||
|
||||
[node name="Wall22" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 3.5, 0.600054, 1.5)
|
||||
|
||||
[node name="Wall23" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 1.5)
|
||||
|
||||
[node name="Wall24" parent="." instance=ExtResource("6_1e8vg")]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 2.5, 0.600054, 2.5)
|
Loading…
Reference in a new issue