62 lines
3.3 KiB
Plaintext
62 lines
3.3 KiB
Plaintext
[gd_scene load_steps=8 format=2]
|
|
|
|
[ext_resource path="res://src/Actors/Blobby/Blobby.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://assets/meta/tileset.tres" type="TileSet" id=2]
|
|
[ext_resource path="res://src/Actors/Enemy/Enemy.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://assets/environment/background/background.png" type="Texture" id=4]
|
|
[ext_resource path="res://src/NeutralObjects/Coin.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://src/UserInterface/Buttons/UserInterface.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://src/UserInterface/Portal.tscn" type="PackedScene" id=8]
|
|
|
|
[node name="Level03" type="Node2D"]
|
|
|
|
[node name="UserInterface" type="CanvasLayer" parent="."]
|
|
|
|
[node name="UserInterface" parent="UserInterface" instance=ExtResource( 6 )]
|
|
|
|
[node name="BackgroundLayer" type="CanvasLayer" parent="."]
|
|
layer = -1
|
|
|
|
[node name="background" type="TextureRect" parent="BackgroundLayer"]
|
|
anchor_right = 1.016
|
|
anchor_bottom = 1.0
|
|
margin_right = -0.384033
|
|
texture = ExtResource( 4 )
|
|
expand = true
|
|
stretch_mode = 1
|
|
|
|
[node name="TileMap" type="TileMap" parent="."]
|
|
tile_set = ExtResource( 2 )
|
|
cell_size = Vector2( 80, 80 )
|
|
collision_layer = 8
|
|
collision_mask = 0
|
|
format = 1
|
|
tile_data = PoolIntArray( -1048576, 0, 0, -1048564, 0, 0, -983040, 0, 0, -983028, 0, 0, -917504, 0, 0, -917492, 0, 0, -851968, 0, 0, -851956, 0, 0, -786432, 0, 0, -786420, 0, 0, -720896, 0, 0, -720884, 0, 0, -655360, 0, 0, -655348, 0, 0, -589824, 0, 0, -589812, 0, 0, -524288, 0, 0, -524276, 0, 0, -458752, 0, 0, -458740, 0, 0, -393216, 0, 0, -393215, 0, 0, -393214, 0, 0, -393213, 0, 0, -393204, 0, 0, -327680, 0, 0, -327668, 0, 0, -262144, 0, 0, -262132, 0, 0, -196608, 0, 0, -196607, 0, 0, -196606, 0, 0, -196605, 0, 0, -196596, 0, 0, -131072, 0, 0, -131060, 0, 0, -65536, 0, 0, -65524, 0, 0, 0, 0, 0, 3, 0, 0, 4, 0, 0, 5, 0, 0, 12, 0, 0, 65536, 0, 0, 65544, 0, 0, 65548, 0, 0, 131072, 0, 0, 131084, 0, 0, 196608, 0, 0, 196620, 0, 0, 262144, 0, 0, 262149, 0, 0, 262154, 0, 0, 262155, 0, 0, 262156, 0, 0, 327680, 0, 0, 327681, 0, 0, 327692, 0, 0, 393216, 0, 0, 393228, 0, 0, 458752, 0, 0, 458753, 0, 0, 458754, 0, 0, 458755, 0, 0, 458756, 0, 0, 458757, 0, 0, 458758, 0, 0, 458759, 0, 0, 458760, 0, 0, 458761, 0, 0, 458762, 0, 0, 458763, 0, 0, 458764, 0, 0, 524288, 0, 0, 524289, 0, 0, 524290, 0, 0, 524291, 0, 0, 524292, 0, 0, 524293, 0, 0, 524294, 0, 0, 524295, 0, 0, 524296, 0, 0, 524297, 0, 0, 524298, 0, 0, 524299, 0, 0, 524300, 0, 0, 589824, 0, 0, 589825, 0, 0, 589826, 0, 0, 589827, 0, 0, 589828, 0, 0, 589829, 0, 0, 589830, 0, 0, 589831, 0, 0, 589832, 0, 0, 589833, 0, 0, 589834, 0, 0, 589835, 0, 0, 589836, 0, 0 )
|
|
|
|
[node name="Blobby" parent="." instance=ExtResource( 1 )]
|
|
position = Vector2( 156.988, 538.998 )
|
|
|
|
[node name="Enemy" parent="." instance=ExtResource( 3 )]
|
|
position = Vector2( 718.871, 527.037 )
|
|
|
|
[node name="VisibilityEnabler2D" parent="Enemy" index="1"]
|
|
position = Vector2( 1363.25, -11.7006 )
|
|
|
|
[node name="Coin" parent="." instance=ExtResource( 5 )]
|
|
position = Vector2( 592, 352 )
|
|
|
|
[node name="coin" parent="Coin" index="0"]
|
|
position = Vector2( 0, 3 )
|
|
|
|
[node name="CollisionShape2D" parent="Coin" index="1"]
|
|
position = Vector2( 0, 3 )
|
|
|
|
[node name="Coin2" parent="." instance=ExtResource( 5 )]
|
|
position = Vector2( 749, 274 )
|
|
|
|
[node name="Portal" parent="." instance=ExtResource( 8 )]
|
|
position = Vector2( 130.332, -461.479 )
|
|
|
|
[editable path="Enemy"]
|
|
[editable path="Coin"]
|