1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- [gd_scene load_steps=6 format=3 uid="uid://dps0hi8nvgvlb"]
- [ext_resource type="TileSet" uid="uid://78osvc35rlit" path="res://tile_set.tres" id="1_ptuto"]
- [ext_resource type="PackedScene" uid="uid://dy0od0ynxxayn" path="res://lazer/lazer.tscn" id="2_8v2pf"]
- [ext_resource type="PackedScene" uid="uid://wbkbot0blcvh" path="res://player/Player.tscn" id="6_6xdwb"]
- [ext_resource type="PackedScene" uid="uid://mgirjynr51j6" path="res://EndLevel/EndLevel.tscn" id="7_60g6k"]
- [ext_resource type="PackedScene" uid="uid://2rqs8nrtm710" path="res://box/physics_box/physics_box.tscn" id="7_lfw40"]
- [node name="level" type="Node2D"]
- [node name="TileMap" type="TileMap" parent="."]
- tile_set = ExtResource("1_ptuto")
- cell_quadrant_size = 64
- format = 2
- 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)
- [node name="Lazer" parent="." instance=ExtResource("2_8v2pf")]
- position = Vector2(960, 352)
- rotation = 3.14159
- scale = Vector2(10, 1)
- [node name="Player" parent="." instance=ExtResource("6_6xdwb")]
- position = Vector2(112, 216)
- [node name="Label" type="Label" parent="."]
- offset_left = 248.0
- offset_top = 120.0
- offset_right = 545.0
- offset_bottom = 146.0
- text = "Just imagine that you can move boxes.
- "
- [node name="Label3" type="Label" parent="."]
- offset_left = 800.0
- offset_top = 152.0
- offset_right = 1099.0
- offset_bottom = 204.0
- text = "This level isn't solvable now.
- You can click on portal"
- horizontal_alignment = 1
- [node name="physics_box" parent="." instance=ExtResource("7_lfw40")]
- position = Vector2(128, 408)
- [node name="EndLevel" parent="." instance=ExtResource("7_60g6k")]
- position = Vector2(1016, 280)
|