[gd_scene load_steps=6 format=2] [ext_resource path="res://levels/Ceres/troublemakers.gd" type="Script" id=1] [ext_resource path="res://sprites/ceres/pamela/pamela.tscn" type="PackedScene" id=2] [ext_resource path="res://sprites/common/player/player.tscn" type="PackedScene" id=3] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 18.5, 446.5 ) [sub_resource type="RectangleShape2D" id=2] extents = Vector2( 676, 20.5 ) [node name="Troublemakers" type="Node2D"] script = ExtResource( 1 ) [node name="ColorRect" type="ColorRect" parent="."] margin_right = 1280.0 margin_bottom = 720.0 color = Color( 0, 0.619608, 0.270588, 1 ) [node name="StaticBody2D" type="StaticBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D"] position = Vector2( -18, 373.5 ) shape = SubResource( 1 ) [node name="StaticBody2D2" type="StaticBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D2"] position = Vector2( 1299, 376 ) shape = SubResource( 1 ) [node name="StaticBody2D3" type="StaticBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D3"] position = Vector2( 641, -21 ) shape = SubResource( 2 ) [node name="StaticBody2D4" type="StaticBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="StaticBody2D4"] position = Vector2( 640, 741 ) shape = SubResource( 2 ) [node name="Pamela" parent="." instance=ExtResource( 2 )] position = Vector2( 644, 133 ) [node name="Player" parent="." instance=ExtResource( 3 )] position = Vector2( 635, 586 )