level14.tscn 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. [gd_scene load_steps=6 format=3 uid="uid://dps0hi8nvgvlb"]
  2. [ext_resource type="TileSet" uid="uid://78osvc35rlit" path="res://tile_set.tres" id="1_ptuto"]
  3. [ext_resource type="PackedScene" uid="uid://dy0od0ynxxayn" path="res://lazer/lazer.tscn" id="2_8v2pf"]
  4. [ext_resource type="PackedScene" uid="uid://wbkbot0blcvh" path="res://player/Player.tscn" id="6_6xdwb"]
  5. [ext_resource type="PackedScene" uid="uid://mgirjynr51j6" path="res://EndLevel/EndLevel.tscn" id="7_60g6k"]
  6. [ext_resource type="PackedScene" uid="uid://2rqs8nrtm710" path="res://box/physics_box/physics_box.tscn" id="7_lfw40"]
  7. [node name="level" type="Node2D"]
  8. [node name="TileMap" type="TileMap" parent="."]
  9. tile_set = ExtResource("1_ptuto")
  10. cell_quadrant_size = 64
  11. format = 2
  12. layer_0/tile_data = PackedInt32Array(589824, 1, 0, 524288, 1, 0, 458752, 1, 0, 393216, 1, 0, 327680, 1, 0, 262144, 1, 0, 196608, 1, 0, 131072, 1, 0, 65536, 1, 0, 0, 1, 0, 589825, 1, 0, 589826, 1, 0, 589827, 1, 0, 589828, 1, 0, 589829, 1, 0, 589830, 1, 0, 589831, 1, 0, 589832, 1, 0, 589833, 1, 0, 589834, 1, 0, 589835, 1, 0, 589836, 1, 0, 589837, 1, 0, 589838, 1, 0, 589839, 1, 0, 589840, 1, 0, 589841, 1, 0, 524305, 1, 0, 458769, 1, 0, 393233, 1, 0, 327697, 1, 0, 262161, 1, 0, 196625, 1, 0, 131089, 1, 0, 65553, 1, 0, 17, 1, 0, 524289, 1, 0, 524290, 1, 0, 524291, 1, 0, 458755, 1, 0, 458754, 1, 0, 458753, 1, 0, 458756, 1, 0, 524292, 1, 0, 393220, 1, 0, 524299, 1, 0, 524300, 1, 0, 458764, 1, 0, 458765, 1, 0, 458763, 1, 0, 393228, 1, 0, 393229, 1, 0, 524301, 1, 0, 524302, 1, 0, 458766, 1, 0, 393230, 1, 0, 458767, 1, 0, 524303, 1, 0, 524304, 1, 0, 458768, 1, 0, 393232, 1, 0, 393231, 1, 0, 393221, 1, 0, 458757, 1, 0, 524293, 1, 0, 458762, 1, 0, 524298, 1, 0, 393226, 1, 0, 393227, 1, 0, 327695, 1, 0, 327696, 1, 0, 524294, 1, 0, 458758, 1, 0, 393222, 1, 0, 393223, 1, 0, 458759, 1, 0, 524295, 1, 0, 393224, 1, 0, 458760, 1, 0, 524296, 1, 0, 524297, 1, 0, 458761, 1, 0, 393225, 1, 0, 393219, 1, 0, 327684, 1, 0)
  13. [node name="Lazer" parent="." instance=ExtResource("2_8v2pf")]
  14. position = Vector2(960, 352)
  15. rotation = 3.14159
  16. scale = Vector2(10, 1)
  17. [node name="Player" parent="." instance=ExtResource("6_6xdwb")]
  18. position = Vector2(112, 216)
  19. [node name="Label" type="Label" parent="."]
  20. offset_left = 248.0
  21. offset_top = 120.0
  22. offset_right = 545.0
  23. offset_bottom = 146.0
  24. text = "Just imagine that you can move boxes.
  25. "
  26. [node name="Label3" type="Label" parent="."]
  27. offset_left = 800.0
  28. offset_top = 152.0
  29. offset_right = 1099.0
  30. offset_bottom = 204.0
  31. text = "This level isn't solvable now.
  32. You can click on portal"
  33. horizontal_alignment = 1
  34. [node name="physics_box" parent="." instance=ExtResource("7_lfw40")]
  35. position = Vector2(128, 408)
  36. [node name="EndLevel" parent="." instance=ExtResource("7_60g6k")]
  37. position = Vector2(1016, 280)