[gd_scene load_steps=15 format=2] [ext_resource path="res://objects/Camera2D.tscn" type="PackedScene" id=1] [ext_resource path="res://maps/map.gd" type="Script" id=2] [ext_resource path="res://graphics/backgrounds/mountain_mountain.png" type="Texture" id=3] [ext_resource path="res://graphics/backgrounds/mountain_clouds.png" type="Texture" id=4] [ext_resource path="res://graphics/backgrounds/mountain_sunset.png" type="Texture" id=5] [ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=6] [ext_resource path="res://tilesets/t_mountain.tres" type="TileSet" id=7] [ext_resource path="res://objects/enemy/rolling_fiend.tscn" type="PackedScene" id=8] [ext_resource path="res://objects/environment/moving_platform/moving_platform.tscn" type="PackedScene" id=9] [ext_resource path="res://scripts/delete_on_game_running.gd" type="Script" id=10] [ext_resource path="res://objects/environment/death tile/death_tile.tscn" type="PackedScene" id=11] [ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=12] [ext_resource path="res://objects/enemy/bat.tscn" type="PackedScene" id=13] [sub_resource type="RectangleShape2D" id=1] extents = Vector2( 4, 294 ) [node name="Map" type="Node2D" groups=["map"]] script = ExtResource( 2 ) [node name="Background" type="Node" parent="."] [node name="Background" type="CanvasLayer" parent="Background"] layer = -101 [node name="Sunset" type="Sprite" parent="Background/Background"] position = Vector2( 128, 96 ) z_index = -2 texture = ExtResource( 5 ) __meta__ = { "_edit_lock_": true } [node name="BackgroundMountain" type="CanvasLayer" parent="Background"] layer = -100 follow_viewport_enable = true follow_viewport_scale = 0.25 [node name="Mountain" type="Sprite" parent="Background/BackgroundMountain"] visible = false position = Vector2( 128, 96 ) scale = Vector2( 4, 4 ) z_index = -2 texture = ExtResource( 3 ) __meta__ = { "_edit_lock_": true } [node name="Background2" type="CanvasLayer" parent="Background"] layer = -100 [node name="Clouds" type="Sprite" parent="Background/Background2"] pause_mode = 1 position = Vector2( 128, 96 ) z_index = -2 texture = ExtResource( 4 ) __meta__ = { "_edit_lock_": true } [node name="Camera2D" parent="." instance=ExtResource( 1 )] scroll_v = true respawn_h = false [node name="Ground" type="TileMap" parent="."] tile_set = ExtResource( 7 ) cell_size = Vector2( 8, 8 ) format = 1 tile_data = PoolIntArray( 1245189, 0, 196609, 1245190, 0, 196609, 1376279, 0, 65536, 1376280, 0, 65537, 1376281, 0, 65537, 1376282, 0, 65537, 1376283, 0, 65537, 1376284, 0, 65538, 1441794, 0, 65536, 1441795, 0, 65537, 1441796, 0, 65537, 1441797, 0, 65537, 1441798, 0, 65537, 1441799, 0, 65538, 1441808, 0, 65536, 1441809, 0, 65537, 1441810, 0, 65537, 1441811, 0, 65538 ) [node name="Player" parent="." instance=ExtResource( 6 )] position = Vector2( 33, 166 ) [node name="Ladder" type="TileMap" parent="."] tile_set = ExtResource( 7 ) cell_size = Vector2( 8, 8 ) format = 1 tile_data = PoolIntArray( 851998, 1, 0, 917534, 1, 0, 983070, 1, 0, 1048606, 1, 0, 1114142, 1, 0, 1179678, 1, 0, 1245214, 1, 0 ) [node name="Environment" type="Node2D" parent="."] [node name="MovingPlatform" parent="Environment" instance=ExtResource( 9 )] position = Vector2( 96, 176 ) scale = Vector2( 2, 1 ) left_up_boundry = 2.0 right_down_boundry = 2.0 [node name="Ladder" parent="Environment" instance=ExtResource( 12 )] position = Vector2( 240, 104 ) scale = Vector2( 1, 7 ) [node name="Enemies" type="Node2D" parent="."] [node name="RollingFiend" parent="Enemies" instance=ExtResource( 8 )] position = Vector2( 200, 160 ) [node name="Bat" parent="Enemies" instance=ExtResource( 13 )] position = Vector2( 172, 160 ) left_up_boundry = 2.0 right_down_boundry = 2.0 [node name="Boundaries" type="StaticBody2D" parent="."] [node name="CollisionShape2D" type="CollisionShape2D" parent="Boundaries"] position = Vector2( -4, -92 ) shape = SubResource( 1 ) [node name="CollisionShape2D2" type="CollisionShape2D" parent="Boundaries"] position = Vector2( 260, -94 ) shape = SubResource( 1 ) [node name="ColorRect" type="ColorRect" parent="."] margin_top = -192.0 margin_right = 256.0 color = Color( 0.0784314, 1, 0, 0.113725 ) script = ExtResource( 10 ) __meta__ = { "_edit_lock_": true } [node name="ColorRect2" type="ColorRect" parent="."] margin_top = -384.0 margin_right = 256.0 margin_bottom = -192.0 color = Color( 0, 0.0862745, 1, 0.113725 ) script = ExtResource( 10 ) __meta__ = { "_edit_lock_": true } [node name="DeathPlane" parent="." instance=ExtResource( 11 )] position = Vector2( 0, 200 ) scale = Vector2( 32, 1 ) [connection signal="tree_entered" from="Background/BackgroundMountain/Mountain" to="Background/BackgroundMountain/Mountain" method="set_visible" binds= [ true ]]