diff --git a/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3 b/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3 new file mode 100644 index 0000000..3c11a73 Binary files /dev/null and b/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3 differ diff --git a/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3.import b/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3.import new file mode 100644 index 0000000..7264eda --- /dev/null +++ b/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3.import @@ -0,0 +1,15 @@ +[remap] + +importer="mp3" +type="AudioStreamMP3" +path="res://.import/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3-ec05d1cb585d9c3c75ba836c4aa3888d.mp3str" + +[deps] + +source_file="res://Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3" +dest_files=[ "res://.import/Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3-ec05d1cb585d9c3c75ba836c4aa3888d.mp3str" ] + +[params] + +loop=true +loop_offset=0 diff --git a/project.godot b/project.godot index 4ac6389..d9175a2 100644 --- a/project.godot +++ b/project.godot @@ -41,6 +41,37 @@ config/icon="res://icon.png" window/size/width=1280 window/size/height=960 +[input] + +ui_left={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777231,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":65,"unicode":0,"echo":false,"script":null) + ] +} +ui_right={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777233,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":68,"unicode":0,"echo":false,"script":null) + ] +} +ui_up={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777232,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":87,"unicode":0,"echo":false,"script":null) + ] +} +ui_down={ +"deadzone": 0.5, +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":16777234,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":false,"command":false,"pressed":false,"scancode":0,"physical_scancode":83,"unicode":0,"echo":false,"script":null) + ] +} + [layer_names] 2d_physics/layer_1="player" diff --git a/roger-roger b/roger-roger new file mode 160000 index 0000000..fe23545 --- /dev/null +++ b/roger-roger @@ -0,0 +1 @@ +Subproject commit fe23545db0535165166c54f6ee6c31d5345b6f7c diff --git a/scenes/Bush1.tscn b/scenes/Bush1.tscn new file mode 100644 index 0000000..0061416 --- /dev/null +++ b/scenes/Bush1.tscn @@ -0,0 +1,11 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://roger-roger/bush2.png" type="Texture" id=1] + +[node name="Bush1" type="Node2D"] +position = Vector2( -527, 252 ) + +[node name="Sprite" type="Sprite" parent="."] +position = Vector2( 0, -2.99988 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 1 ) diff --git a/scenes/Bush2.tscn b/scenes/Bush2.tscn new file mode 100644 index 0000000..ec864c8 --- /dev/null +++ b/scenes/Bush2.tscn @@ -0,0 +1,9 @@ +[gd_scene load_steps=2 format=2] + +[ext_resource path="res://roger-roger/bush1.png" type="Texture" id=1] + +[node name="Bush2" type="Node2D"] + +[node name="Sprite" type="Sprite" parent="."] +scale = Vector2( 5, 5 ) +texture = ExtResource( 1 ) diff --git a/scenes/Clouds.gd b/scenes/Clouds.gd new file mode 100644 index 0000000..5e97832 --- /dev/null +++ b/scenes/Clouds.gd @@ -0,0 +1,51 @@ +extends Node2D + + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + +onready var cloud1 = $Sprite +onready var cloud2 = $Sprite2 +onready var cloud3 = $Sprite3 +onready var cloud4 = $Sprite4 +onready var topBorder = $TopBorder +onready var bottomBorder = $BottomBorder +onready var leftBorder = $LeftBorder +onready var rightBorder = $RightBorder + +var clouds = [] + +var rng = RandomNumberGenerator.new() +var xSpeed = 0 + + +# Called when the node enters the scene tree for the first time. +func _ready(): + rng.randomize() + xSpeed = rng.randf_range(0.5,2) + clouds = [cloud1, cloud2, cloud3, cloud4] + _start_position() + + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +func _process(delta): + print(xSpeed) + for cloud in clouds: + if cloud.global_position.x + xSpeed < rightBorder.global_position.x: + cloud.global_position.x = cloud.global_position.x + xSpeed + else: + cloud.global_position.x = leftBorder.global_position.x + +func _start_position(): + rng.randomize() + for cloud in clouds: + var y = rng.randi_range(topBorder.global_position.y, bottomBorder.global_position.y) + var x = rng.randi_range(leftBorder.global_position.x, rightBorder.global_position.x) + cloud.global_position = Vector2(x, y) + + + + + diff --git a/scenes/TileMap.tscn b/scenes/TileMap.tscn new file mode 100644 index 0000000..ece6d1e --- /dev/null +++ b/scenes/TileMap.tscn @@ -0,0 +1,251 @@ +[gd_scene load_steps=20 format=2] + +[ext_resource path="res://roger-roger/tilemap/streetSideTop.png" type="Texture" id=1] +[ext_resource path="res://roger-roger/tilemap/StreetVerticalLeft.png" type="Texture" id=2] +[ext_resource path="res://roger-roger/tilemap/streetSideBottom.png" type="Texture" id=3] +[ext_resource path="res://roger-roger/tilemap/sidewalk.png" type="Texture" id=4] +[ext_resource path="res://roger-roger/tilemap/StreetVerticalRight.png" type="Texture" id=5] +[ext_resource path="res://roger-roger/tilemap/grass1.png" type="Texture" id=6] +[ext_resource path="res://roger-roger/tilemap/justRoad.png" type="Texture" id=7] +[ext_resource path="res://roger-roger/tilemap/sandbar2.png" type="Texture" id=8] +[ext_resource path="res://roger-roger/tilemap/railroad.png" type="Texture" id=9] +[ext_resource path="res://roger-roger/tilemap/ocean1.png" type="Texture" id=10] +[ext_resource path="res://roger-roger/tilemap/ocean2.png" type="Texture" id=11] +[ext_resource path="res://roger-roger/tilemap/sandbar1.png" type="Texture" id=12] + +[sub_resource type="ConvexPolygonShape2D" id=4] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="ConvexPolygonShape2D" id=5] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="ConvexPolygonShape2D" id=6] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="ConvexPolygonShape2D" id=7] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="ConvexPolygonShape2D" id=3] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="ConvexPolygonShape2D" id=8] +points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) + +[sub_resource type="TileSet" id=2] +0/name = "StreetVerticalRight.png 0" +0/texture = ExtResource( 5 ) +0/tex_offset = Vector2( 0, 0 ) +0/modulate = Color( 1, 1, 1, 1 ) +0/region = Rect2( 0, 0, 16, 16 ) +0/tile_mode = 0 +0/occluder_offset = Vector2( 0, 0 ) +0/navigation_offset = Vector2( 0, 0 ) +0/shape_offset = Vector2( 0, 0 ) +0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +0/shape_one_way = false +0/shape_one_way_margin = 0.0 +0/shapes = [ ] +0/z_index = 0 +1/name = "StreetVerticalLeft.png 1" +1/texture = ExtResource( 2 ) +1/tex_offset = Vector2( 0, 0 ) +1/modulate = Color( 1, 1, 1, 1 ) +1/region = Rect2( 0, 0, 16, 16 ) +1/tile_mode = 0 +1/occluder_offset = Vector2( 0, 0 ) +1/navigation_offset = Vector2( 0, 0 ) +1/shape_offset = Vector2( 0, 0 ) +1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +1/shape_one_way = false +1/shape_one_way_margin = 0.0 +1/shapes = [ ] +1/z_index = 0 +3/name = "sidewalk.png 3" +3/texture = ExtResource( 4 ) +3/tex_offset = Vector2( 0, 0 ) +3/modulate = Color( 1, 1, 1, 1 ) +3/region = Rect2( 0, 0, 16, 16 ) +3/tile_mode = 0 +3/occluder_offset = Vector2( 0, 0 ) +3/navigation_offset = Vector2( 0, 0 ) +3/shape_offset = Vector2( 0, 0 ) +3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +3/shape_one_way = false +3/shape_one_way_margin = 0.0 +3/shapes = [ ] +3/z_index = 0 +5/name = "streetSideBottom.png 5" +5/texture = ExtResource( 3 ) +5/tex_offset = Vector2( 0, 0 ) +5/modulate = Color( 1, 1, 1, 1 ) +5/region = Rect2( 0, 0, 16, 16 ) +5/tile_mode = 0 +5/occluder_offset = Vector2( 0, 0 ) +5/navigation_offset = Vector2( 0, 0 ) +5/shape_offset = Vector2( 0, 0 ) +5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +5/shape_one_way = false +5/shape_one_way_margin = 0.0 +5/shapes = [ ] +5/z_index = 0 +6/name = "streetSideTop.png 6" +6/texture = ExtResource( 1 ) +6/tex_offset = Vector2( 0, 0 ) +6/modulate = Color( 1, 1, 1, 1 ) +6/region = Rect2( 0, 0, 16, 16 ) +6/tile_mode = 0 +6/occluder_offset = Vector2( 0, 0 ) +6/navigation_offset = Vector2( 0, 0 ) +6/shape_offset = Vector2( 0, 0 ) +6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +6/shape_one_way = false +6/shape_one_way_margin = 0.0 +6/shapes = [ ] +6/z_index = 0 +7/name = "grass1.png 7" +7/texture = ExtResource( 6 ) +7/tex_offset = Vector2( 0, 0 ) +7/modulate = Color( 1, 1, 1, 1 ) +7/region = Rect2( 0, 0, 16, 16 ) +7/tile_mode = 0 +7/occluder_offset = Vector2( 0, 0 ) +7/navigation_offset = Vector2( 0, 0 ) +7/shape_offset = Vector2( 0, 0 ) +7/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +7/shape = SubResource( 3 ) +7/shape_one_way = false +7/shape_one_way_margin = 1.0 +7/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 3 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +7/z_index = 0 +8/name = "justRoad.png 8" +8/texture = ExtResource( 7 ) +8/tex_offset = Vector2( 0, 0 ) +8/modulate = Color( 1, 1, 1, 1 ) +8/region = Rect2( 0, 0, 16, 16 ) +8/tile_mode = 0 +8/occluder_offset = Vector2( 0, 0 ) +8/navigation_offset = Vector2( 0, 0 ) +8/shape_offset = Vector2( 0, 0 ) +8/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +8/shape_one_way = false +8/shape_one_way_margin = 0.0 +8/shapes = [ ] +8/z_index = 0 +9/name = "sandbar1.png 9" +9/texture = ExtResource( 12 ) +9/tex_offset = Vector2( 0, 0 ) +9/modulate = Color( 1, 1, 1, 1 ) +9/region = Rect2( 0, 0, 16, 16 ) +9/tile_mode = 0 +9/occluder_offset = Vector2( 0, 0 ) +9/navigation_offset = Vector2( 0, 0 ) +9/shape_offset = Vector2( 0, 0 ) +9/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +9/shape = SubResource( 8 ) +9/shape_one_way = false +9/shape_one_way_margin = 1.0 +9/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 8 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +9/z_index = 0 +10/name = "sandbar2.png 10" +10/texture = ExtResource( 8 ) +10/tex_offset = Vector2( 0, 0 ) +10/modulate = Color( 1, 1, 1, 1 ) +10/region = Rect2( 0, 0, 16, 16 ) +10/tile_mode = 0 +10/occluder_offset = Vector2( 0, 0 ) +10/navigation_offset = Vector2( 0, 0 ) +10/shape_offset = Vector2( 0, 0 ) +10/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +10/shape = SubResource( 4 ) +10/shape_one_way = false +10/shape_one_way_margin = 1.0 +10/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 4 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +10/z_index = 0 +11/name = "railroad.png 11" +11/texture = ExtResource( 9 ) +11/tex_offset = Vector2( 0, 0 ) +11/modulate = Color( 1, 1, 1, 1 ) +11/region = Rect2( 0, 0, 16, 16 ) +11/tile_mode = 0 +11/occluder_offset = Vector2( 0, 0 ) +11/navigation_offset = Vector2( 0, 0 ) +11/shape_offset = Vector2( 0, 0 ) +11/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +11/shape = SubResource( 5 ) +11/shape_one_way = false +11/shape_one_way_margin = 1.0 +11/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 5 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +11/z_index = 0 +12/name = "ocean1.png 12" +12/texture = ExtResource( 10 ) +12/tex_offset = Vector2( 0, 0 ) +12/modulate = Color( 1, 1, 1, 1 ) +12/region = Rect2( 0, 0, 16, 16 ) +12/tile_mode = 0 +12/occluder_offset = Vector2( 0, 0 ) +12/navigation_offset = Vector2( 0, 0 ) +12/shape_offset = Vector2( 0, 0 ) +12/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +12/shape = SubResource( 6 ) +12/shape_one_way = false +12/shape_one_way_margin = 1.0 +12/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 6 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +12/z_index = 0 +13/name = "ocean2.png 13" +13/texture = ExtResource( 11 ) +13/tex_offset = Vector2( 0, 0 ) +13/modulate = Color( 1, 1, 1, 1 ) +13/region = Rect2( 0, 0, 16, 16 ) +13/tile_mode = 0 +13/occluder_offset = Vector2( 0, 0 ) +13/navigation_offset = Vector2( 0, 0 ) +13/shape_offset = Vector2( 0, 0 ) +13/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) +13/shape = SubResource( 7 ) +13/shape_one_way = false +13/shape_one_way_margin = 1.0 +13/shapes = [ { +"autotile_coord": Vector2( 0, 0 ), +"one_way": false, +"one_way_margin": 1.0, +"shape": SubResource( 7 ), +"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) +} ] +13/z_index = 0 + +[node name="TileMap" type="TileMap"] +scale = Vector2( 5, 5 ) +tile_set = SubResource( 2 ) +cell_size = Vector2( 16, 16 ) +show_collision = true +format = 1 diff --git a/scenes/bushes.tscn b/scenes/bushes.tscn new file mode 100644 index 0000000..fc763eb --- /dev/null +++ b/scenes/bushes.tscn @@ -0,0 +1,14 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://scenes/Bush2.tscn" type="PackedScene" id=1] +[ext_resource path="res://scenes/Bush1.tscn" type="PackedScene" id=2] +[ext_resource path="res://scripts/bushes.gd" type="Script" id=3] + +[node name="Node2D" type="Node2D"] +script = ExtResource( 3 ) + +[node name="Bush1" parent="." instance=ExtResource( 2 )] +position = Vector2( 31, 4 ) + +[node name="Bush4" parent="." instance=ExtResource( 1 )] +position = Vector2( -35, -4 ) diff --git a/scenes/level2.tscn b/scenes/level2.tscn new file mode 100644 index 0000000..ca5852c --- /dev/null +++ b/scenes/level2.tscn @@ -0,0 +1,333 @@ +[gd_scene load_steps=13 format=2] + +[ext_resource path="res://scenes/TileMap.tscn" type="PackedScene" id=1] +[ext_resource path="res://scenes/tree.tscn" type="PackedScene" id=2] +[ext_resource path="res://scenes/player.tscn" type="PackedScene" id=3] +[ext_resource path="res://scenes/bushes.tscn" type="PackedScene" id=4] +[ext_resource path="res://roger-roger/stopsign.png" type="Texture" id=5] +[ext_resource path="res://scenes/house.tscn" type="PackedScene" id=6] +[ext_resource path="res://Y2Mate.is - Won't You Be My Neighbor [8 Bit Tribute to Mr. Rogers] - 8 Bit Universe-8f3BEcQp1Q4-48k-1659646018463.mp3" type="AudioStream" id=7] +[ext_resource path="res://roger-roger/cloud4.png" type="Texture" id=8] +[ext_resource path="res://scenes/Clouds.gd" type="Script" id=9] +[ext_resource path="res://roger-roger/cloud2.png" type="Texture" id=10] +[ext_resource path="res://roger-roger/cloud1.png" type="Texture" id=11] +[ext_resource path="res://roger-roger/cloud3.png" type="Texture" id=12] + +[node name="Node2D" type="Node2D"] + +[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."] +stream = ExtResource( 7 ) +pitch_scale = 1.24 +autoplay = true + +[node name="TileMap" parent="." instance=ExtResource( 1 )] +position = Vector2( 0, -2 ) +show_collision = false +tile_data = PoolIntArray( -524301, 13, 0, -524300, 13, 0, -524299, 13, 0, -524298, 13, 0, -524297, 13, 0, -524296, 13, 0, -524295, 13, 0, -524294, 13, 0, -524293, 13, 0, -524292, 12, 0, -524291, 13, 0, -524290, 13, 0, -524289, 13, 0, -589824, 13, 0, -589823, 13, 0, -589822, 13, 0, -589821, 13, 0, -589820, 13, 0, -589819, 13, 0, -589818, 13, 0, -589817, 13, 0, -589816, 13, 0, -589815, 13, 0, -589814, 13, 0, -589813, 13, 0, -589812, 12, 0, -589811, 12, 0, -589810, 12, 0, -589809, 12, 0, -589808, 12, 0, -589807, 13, 0, -589806, 13, 0, -589805, 13, 0, -589804, 13, 0, -589803, 13, 0, -589802, 13, 0, -589801, 12, 0, -589800, 13, 0, -589799, 13, 0, -589798, 13, 0, -458765, 13, 0, -458764, 13, 0, -458763, 13, 0, -458762, 13, 0, -458761, 12, 0, -458760, 12, 0, -458759, 12, 0, -458758, 12, 0, -458757, 12, 0, -458756, 13, 0, -458755, 13, 0, -458754, 13, 0, -458753, 13, 0, -524288, 13, 0, -524287, 13, 0, -524286, 13, 0, -524285, 13, 0, -524284, 13, 0, -524283, 13, 0, -524282, 13, 0, -524281, 13, 0, -524280, 13, 0, -524279, 13, 0, -524278, 13, 0, -524277, 13, 0, -524276, 12, 0, -524275, 13, 0, -524274, 13, 0, -524273, 13, 0, -524272, 13, 0, -524271, 13, 0, -524270, 12, 0, -524269, 12, 0, -524268, 12, 0, -524267, 13, 0, -524266, 13, 0, -524265, 13, 0, -524264, 13, 0, -524263, 13, 0, -524262, 13, 0, -393229, 13, 0, -393228, 12, 0, -393227, 12, 0, -393226, 12, 0, -393225, 12, 0, -393224, 12, 0, -393223, 12, 0, -393222, 13, 0, -393221, 13, 0, -393220, 12, 0, -393219, 12, 0, -393218, 12, 0, -393217, 13, 0, -458752, 13, 0, -458751, 13, 0, -458750, 13, 0, -458749, 13, 0, -458748, 12, 0, -458747, 12, 0, -458746, 12, 0, -458745, 13, 0, -458744, 13, 0, -458743, 13, 0, -458742, 12, 0, -458741, 12, 0, -458740, 12, 0, -458739, 12, 0, -458738, 12, 0, -458737, 12, 0, -458736, 13, 0, -458735, 13, 0, -458734, 13, 0, -458733, 13, 0, -458732, 13, 0, -458731, 13, 0, -458730, 13, 0, -458729, 12, 0, -458728, 12, 0, -458727, 12, 0, -458726, 12, 0, -327693, 13, 0, -327692, 12, 0, -327691, 12, 0, -327690, 12, 0, -327689, 12, 0, -327688, 12, 0, -327687, 12, 0, -327686, 12, 0, -327685, 12, 0, -327684, 12, 0, -327683, 13, 0, -327682, 13, 0, -327681, 13, 0, -393216, 13, 0, -393215, 13, 0, -393214, 12, 0, -393213, 12, 0, -393212, 13, 0, -393211, 13, 0, -393210, 12, 0, -393209, 12, 0, -393208, 12, 0, -393207, 12, 0, -393206, 12, 0, -393205, 12, 0, -393204, 12, 0, -393203, 12, 0, -393202, 12, 0, -393201, 12, 0, -393200, 13, 0, -393199, 13, 0, -393198, 12, 0, -393197, 12, 0, -393196, 12, 0, -393195, 12, 0, -393194, 12, 0, -393193, 12, 0, -393192, 12, 0, -393191, 12, 0, -393190, 12, 0, -262157, 13, 0, -262156, 12, 0, -262155, 12, 0, -262154, 12, 0, -262153, 12, 0, -262152, 12, 0, -262151, 12, 0, -262150, 12, 0, -262149, 12, 0, -262148, 13, 0, -262147, 12, 0, -262146, 12, 0, -262145, 12, 0, -327680, 12, 0, -327679, 12, 0, -327678, 12, 0, -327677, 12, 0, -327676, 12, 0, -327675, 12, 0, -327674, 12, 0, -327673, 12, 0, -327672, 12, 0, -327671, 13, 0, -327670, 13, 0, -327669, 12, 0, -327668, 12, 0, -327667, 12, 0, -327666, 12, 0, -327665, 12, 0, -327664, 12, 0, -327663, 13, 0, -327662, 13, 0, -327661, 13, 0, -327660, 13, 0, -327659, 13, 0, -327658, 12, 0, -327657, 13, 0, -327656, 13, 0, -327655, 12, 0, -327654, 13, 0, -196621, 10, 0, -196620, 9, 0, -196619, 10, 0, -196618, 9, 0, -196617, 10, 0, -196616, 10, 0, -196615, 10, 0, -196614, 10, 0, -196613, 9, 0, -196612, 10, 0, -196611, 9, 0, -196610, 9, 0, -196609, 10, 0, -262144, 9, 0, -262143, 9, 0, -262142, 10, 0, -262141, 10, 0, -262140, 9, 0, -262139, 9, 0, -262138, 9, 0, -262137, 10, 0, -262136, 9, 0, -262135, 10, 0, -262134, 9, 0, -262133, 9, 0, -262132, 10, 0, -262131, 10, 0, -262130, 9, 0, -262129, 10, 0, -262128, 9, 0, -262127, 9, 0, -262126, 9, 0, -262125, 9, 0, -262124, 9, 0, -262123, 9, 0, -262122, 9, 0, -262121, 9, 0, -262120, 9, 0, -262119, 9, 0, -262118, 9, 0, -131085, 11, 0, -131084, 11, 0, -131083, 11, 0, -131082, 11, 0, -131081, 11, 0, -131080, 11, 0, -131079, 11, 0, -131078, 11, 0, -131077, 11, 0, -131076, 11, 0, -131075, 11, 0, -131074, 11, 0, -131073, 11, 0, -196608, 11, 0, -196607, 11, 0, -196606, 11, 0, -196605, 11, 0, -196604, 11, 0, -196603, 11, 0, -196602, 11, 0, -196601, 11, 0, -196600, 11, 0, -196599, 11, 0, -196598, 11, 0, -196597, 11, 0, -196596, 11, 0, -196595, 11, 0, -196594, 11, 0, -196593, 11, 0, -196592, 11, 0, -196591, 11, 0, -196590, 11, 0, -196589, 11, 0, -196588, 11, 0, -196587, 11, 0, -196586, 11, 0, -196585, 11, 0, -196584, 11, 0, -196583, 11, 0, -196582, 11, 0, -65549, 7, 0, -65548, 1610612739, 0, -65547, 1610612736, 0, -65546, 1610612737, 0, -65545, 1610612739, 0, -65544, 7, 0, -65543, 7, 0, -65542, 7, 0, -65541, 7, 0, -65540, 7, 0, -65539, 7, 0, -65538, 7, 0, -65537, 7, 0, -131072, 7, 0, -131071, 7, 0, -131070, 7, 0, -131069, 7, 0, -131068, 7, 0, -131067, 7, 0, -131066, 7, 0, -131065, 7, 0, -131064, 7, 0, -131063, 7, 0, -131062, 7, 0, -131061, 7, 0, -131060, 7, 0, -131059, 7, 0, -131058, 7, 0, -131057, 7, 0, -131056, 7, 0, -131055, 7, 0, -131054, 7, 0, -131053, 1610612739, 0, -131052, 1610612736, 0, -131051, 1610612737, 0, -131050, 1610612739, 0, -131049, 7, 0, -131048, 7, 0, -131047, 7, 0, -131046, 7, 0, -13, 7, 0, -12, 1610612739, 0, -11, 1610612736, 0, -10, 1610612737, 0, -9, 1610612739, 0, -8, 1610612743, 0, -7, 7, 0, -6, 7, 0, -5, 7, 0, -4, 7, 0, -3, 7, 0, -2, 7, 0, -1, 7, 0, -65536, 7, 0, -65535, 7, 0, -65534, 7, 0, -65533, 7, 0, -65532, 7, 0, -65531, 7, 0, -65530, 7, 0, -65529, 7, 0, -65528, 7, 0, -65527, 7, 0, -65526, 7, 0, -65525, 7, 0, -65524, 7, 0, -65523, 7, 0, -65522, 7, 0, -65521, 7, 0, -65520, 7, 0, -65519, 7, 0, -65518, 7, 0, -65517, 1610612739, 0, -65516, 1610612736, 0, -65515, 1610612737, 0, -65514, 1610612739, 0, -65513, 7, 0, -65512, 7, 0, -65511, 7, 0, -65510, 7, 0, 65523, 7, 0, 65524, 1610612739, 0, 65525, 1610612736, 0, 65526, 1610612737, 0, 65527, 1610612739, 0, 65528, 1610612743, 0, 65529, 7, 0, 65530, 7, 0, 65531, 7, 0, 65532, 7, 0, 65533, 7, 0, 65534, 7, 0, 65535, 7, 0, 0, 7, 0, 1, 7, 0, 2, 7, 0, 3, 7, 0, 4, 7, 0, 5, 1610612743, 0, 6, 1610612743, 0, 7, 1610612743, 0, 8, 1610612743, 0, 9, 1610612743, 0, 10, 1610612743, 0, 11, 1610612743, 0, 12, 1610612743, 0, 13, 1610612743, 0, 14, 1610612743, 0, 15, 7, 0, 16, 7, 0, 17, 7, 0, 18, 7, 0, 19, 1610612739, 0, 20, 1610612736, 0, 21, 1610612737, 0, 22, 1610612739, 0, 23, 1610612743, 0, 24, 7, 0, 25, 7, 0, 26, 7, 0, 131059, 1610612743, 0, 131060, 1610612739, 0, 131061, 1610612736, 0, 131062, 1610612737, 0, 131063, 1610612739, 0, 131064, 1610612743, 0, 131065, 7, 0, 131066, 7, 0, 131067, 7, 0, 131068, 7, 0, 131069, 7, 0, 131070, 7, 0, 131071, 7, 0, 65536, 7, 0, 65537, 7, 0, 65538, 7, 0, 65539, 7, 0, 65540, 7, 0, 65541, 7, 0, 65542, 1610612743, 0, 65543, 1610612743, 0, 65544, 1610612743, 0, 65545, 1610612743, 0, 65546, 1610612743, 0, 65547, 1610612743, 0, 65548, 1610612743, 0, 65549, 1610612743, 0, 65550, 1610612743, 0, 65551, 7, 0, 65552, 7, 0, 65553, 7, 0, 65554, 7, 0, 65555, 1610612739, 0, 65556, 1610612736, 0, 65557, 1610612737, 0, 65558, 1610612739, 0, 65559, 1610612743, 0, 65560, 7, 0, 65561, 7, 0, 65562, 7, 0, 196595, 1610612743, 0, 196596, 1610612739, 0, 196597, 1610612736, 0, 196598, 1610612737, 0, 196599, 1610612739, 0, 196600, 1610612743, 0, 196601, 7, 0, 196602, 7, 0, 196603, 7, 0, 196604, 7, 0, 196605, 7, 0, 196606, 7, 0, 196607, 7, 0, 131072, 7, 0, 131073, 7, 0, 131074, 7, 0, 131075, 7, 0, 131076, 7, 0, 131077, 7, 0, 131078, 1610612743, 0, 131079, 1610612743, 0, 131080, 1610612743, 0, 131081, 1610612743, 0, 131082, 1610612743, 0, 131083, 1610612743, 0, 131084, 7, 0, 131085, 1610612743, 0, 131086, 1610612743, 0, 131087, 7, 0, 131088, 1610612743, 0, 131089, 7, 0, 131090, 7, 0, 131091, 1610612739, 0, 131092, 1610612736, 0, 131093, 1610612737, 0, 131094, 1610612739, 0, 131095, 1610612743, 0, 131096, 7, 0, 131097, 7, 0, 131098, 7, 0, 262131, 1610612743, 0, 262132, 1610612739, 0, 262133, 1610612736, 0, 262134, 1610612737, 0, 262135, 1610612739, 0, 262136, 1610612743, 0, 262137, 7, 0, 262138, 7, 0, 262139, 7, 0, 262140, 7, 0, 262141, 7, 0, 262142, 7, 0, 262143, 7, 0, 196608, 7, 0, 196609, 7, 0, 196610, 7, 0, 196611, 7, 0, 196612, 7, 0, 196613, 1610612743, 0, 196614, 1610612743, 0, 196615, 1610612743, 0, 196616, 1610612743, 0, 196617, 1610612743, 0, 196618, 7, 0, 196619, 7, 0, 196620, 1610612743, 0, 196621, 1610612743, 0, 196622, 1610612743, 0, 196623, 1610612743, 0, 196624, 1610612743, 0, 196625, 1610612743, 0, 196626, 1610612743, 0, 196627, 1610612739, 0, 196628, 1610612736, 0, 196629, 1610612737, 0, 196630, 1610612739, 0, 196631, 1610612743, 0, 196632, 7, 0, 196633, 7, 0, 196634, 7, 0, 327667, 1610612743, 0, 327668, 1610612739, 0, 327669, 1610612736, 0, 327670, 1610612737, 0, 327671, 1610612739, 0, 327672, 1610612743, 0, 327673, 7, 0, 327674, 7, 0, 327675, 7, 0, 327676, 7, 0, 327677, 7, 0, 327678, 7, 0, 327679, 7, 0, 262144, 7, 0, 262145, 7, 0, 262146, 7, 0, 262147, 7, 0, 262148, 7, 0, 262149, 1610612743, 0, 262150, 1610612743, 0, 262151, 1610612743, 0, 262152, 1610612743, 0, 262153, 1610612743, 0, 262154, 7, 0, 262155, 7, 0, 262156, 7, 0, 262157, 7, 0, 262158, 1610612743, 0, 262159, 1610612743, 0, 262160, 1610612743, 0, 262161, 1610612743, 0, 262162, 1610612743, 0, 262163, 1610612739, 0, 262164, 1610612736, 0, 262165, 1610612737, 0, 262166, 1610612739, 0, 262167, 1610612743, 0, 262168, 7, 0, 262169, 7, 0, 262170, 7, 0, 393203, 1610612743, 0, 393204, 1610612739, 0, 393205, 1610612736, 0, 393206, 1610612737, 0, 393207, 1610612739, 0, 393208, 1610612743, 0, 393209, 7, 0, 393210, 7, 0, 393211, 7, 0, 393212, 7, 0, 393213, 7, 0, 393214, 7, 0, 393215, 7, 0, 327680, 7, 0, 327681, 7, 0, 327682, 7, 0, 327683, 7, 0, 327684, 7, 0, 327685, 7, 0, 327686, 1610612743, 0, 327687, 1610612743, 0, 327688, 1610612743, 0, 327689, 1610612743, 0, 327690, 7, 0, 327691, 7, 0, 327692, 7, 0, 327693, 7, 0, 327694, 1610612743, 0, 327695, 1610612743, 0, 327696, 7, 0, 327697, 7, 0, 327698, 7, 0, 327699, 1610612739, 0, 327700, 1610612736, 0, 327701, 1610612737, 0, 327702, 1610612739, 0, 327703, 1610612743, 0, 327704, 7, 0, 327705, 1610612743, 0, 327706, 1610612743, 0, 458739, 1610612743, 0, 458740, 1610612739, 0, 458741, 1610612736, 0, 458742, 1610612737, 0, 458743, 1610612739, 0, 458744, 1610612739, 0, 458745, 1610612739, 0, 458746, 1610612739, 0, 458747, 1610612739, 0, 458748, 1610612739, 0, 458749, 1610612739, 0, 458750, 1610612739, 0, 458751, 1610612739, 0, 393216, 1610612739, 0, 393217, 1610612739, 0, 393218, 1610612739, 0, 393219, 1610612739, 0, 393220, 1610612739, 0, 393221, 1610612739, 0, 393222, 1610612739, 0, 393223, 1610612739, 0, 393224, 1610612739, 0, 393225, 1610612739, 0, 393226, 1610612739, 0, 393227, 1610612739, 0, 393228, 1610612739, 0, 393229, 1610612739, 0, 393230, 1610612739, 0, 393231, 1610612739, 0, 393232, 1610612739, 0, 393233, 1610612739, 0, 393234, 1610612739, 0, 393235, 1610612739, 0, 393236, 1610612736, 0, 393237, 1610612737, 0, 393238, 1610612739, 0, 393239, 1610612743, 0, 393240, 1610612743, 0, 393241, 1610612743, 0, 393242, 1610612743, 0, 524275, 7, 0, 524276, 1610612739, 0, 524277, 1610612744, 0, 524278, 1610612744, 0, 524279, 1610612741, 0, 524280, 1610612741, 0, 524281, 1610612741, 0, 524282, 1610612741, 0, 524283, 1610612741, 0, 524284, 1610612741, 0, 524285, 1610612741, 0, 524286, 1610612741, 0, 524287, 1610612741, 0, 458752, 1610612741, 0, 458753, 1610612741, 0, 458754, 1610612741, 0, 458755, 1610612741, 0, 458756, 1610612741, 0, 458757, 1610612741, 0, 458758, 1610612741, 0, 458759, 1610612744, 0, 458760, 1610612744, 0, 458761, 1610612741, 0, 458762, 1610612741, 0, 458763, 1610612741, 0, 458764, 1610612741, 0, 458765, 1610612741, 0, 458766, 1610612741, 0, 458767, 1610612741, 0, 458768, 1610612741, 0, 458769, 1610612741, 0, 458770, 1610612741, 0, 458771, 1610612741, 0, 458772, 1610612744, 0, 458773, 1610612744, 0, 458774, 1610612739, 0, 458775, 1610612743, 0, 458776, 1610612743, 0, 458777, 1610612743, 0, 458778, 1610612743, 0, 589811, 7, 0, 589812, 1610612739, 0, 589813, 1610612744, 0, 589814, 1610612744, 0, 589815, 1610612742, 0, 589816, 1610612742, 0, 589817, 1610612742, 0, 589818, 1610612742, 0, 589819, 1610612742, 0, 589820, 1610612742, 0, 589821, 1610612742, 0, 589822, 1610612742, 0, 589823, 1610612742, 0, 524288, 1610612742, 0, 524289, 1610612742, 0, 524290, 1610612742, 0, 524291, 1610612742, 0, 524292, 1610612742, 0, 524293, 1610612742, 0, 524294, 1610612742, 0, 524295, 1610612744, 0, 524296, 1610612744, 0, 524297, 1610612742, 0, 524298, 1610612742, 0, 524299, 1610612742, 0, 524300, 1610612742, 0, 524301, 1610612742, 0, 524302, 1610612742, 0, 524303, 1610612742, 0, 524304, 1610612742, 0, 524305, 1610612742, 0, 524306, 1610612742, 0, 524307, 1610612742, 0, 524308, 1610612744, 0, 524309, 1610612744, 0, 524310, 1610612739, 0, 524311, 1610612743, 0, 524312, 1610612743, 0, 524313, 1610612743, 0, 524314, 1610612743, 0, 655347, 7, 0, 655348, 1610612739, 0, 655349, 1610612736, 0, 655350, 1610612737, 0, 655351, 1610612739, 0, 655352, 1610612739, 0, 655353, 1610612739, 0, 655354, 1610612739, 0, 655355, 1610612739, 0, 655356, 1610612739, 0, 655357, 1610612739, 0, 655358, 1610612739, 0, 655359, 1610612739, 0, 589824, 1610612739, 0, 589825, 1610612739, 0, 589826, 1610612739, 0, 589827, 1610612739, 0, 589828, 1610612739, 0, 589829, 1610612739, 0, 589830, 1610612739, 0, 589831, 1610612736, 0, 589832, 1610612737, 0, 589833, 1610612739, 0, 589834, 1610612739, 0, 589835, 1610612739, 0, 589836, 1610612739, 0, 589837, 1610612739, 0, 589838, 1610612739, 0, 589839, 1610612739, 0, 589840, 1610612739, 0, 589841, 1610612739, 0, 589842, 1610612739, 0, 589843, 1610612739, 0, 589844, 1610612739, 0, 589845, 1610612739, 0, 589846, 1610612739, 0, 589847, 1610612743, 0, 589848, 1610612743, 0, 589849, 1610612743, 0, 589850, 7, 0, 720883, 7, 0, 720884, 1610612739, 0, 720885, 1610612736, 0, 720886, 1610612737, 0, 720887, 1610612739, 0, 720888, 1610612743, 0, 720889, 7, 0, 720890, 7, 0, 720891, 1610612743, 0, 720892, 1610612743, 0, 720893, 1610612743, 0, 720894, 1610612743, 0, 720895, 1610612743, 0, 655360, 1610612743, 0, 655361, 1610612743, 0, 655362, 1610612743, 0, 655363, 1610612743, 0, 655364, 1610612743, 0, 655365, 1610612743, 0, 655366, 1610612739, 0, 655367, 1610612736, 0, 655368, 1610612737, 0, 655369, 1610612739, 0, 655370, 1610612743, 0, 655371, 1610612743, 0, 655372, 1610612743, 0, 655373, 1610612743, 0, 655374, 1610612743, 0, 655375, 1610612743, 0, 655376, 1610612743, 0, 655377, 1610612743, 0, 655378, 1610612743, 0, 655379, 1610612743, 0, 655380, 1610612743, 0, 655381, 1610612743, 0, 655382, 1610612743, 0, 655383, 1610612743, 0, 655384, 7, 0, 655385, 7, 0, 655386, 7, 0, 786419, 7, 0, 786420, 1610612739, 0, 786421, 1610612736, 0, 786422, 1610612737, 0, 786423, 1610612739, 0, 786424, 1610612743, 0, 786425, 7, 0, 786426, 1610612743, 0, 786427, 1610612743, 0, 786428, 1610612743, 0, 786429, 1610612743, 0, 786430, 1610612743, 0, 786431, 1610612743, 0, 720896, 1610612743, 0, 720897, 1610612743, 0, 720898, 1610612743, 0, 720899, 1610612743, 0, 720900, 1610612743, 0, 720901, 1610612743, 0, 720902, 1610612739, 0, 720903, 1610612736, 0, 720904, 1610612737, 0, 720905, 1610612739, 0, 720906, 1610612743, 0, 720907, 1610612743, 0, 720908, 1610612743, 0, 720909, 1610612743, 0, 720910, 1610612743, 0, 720911, 7, 0, 720912, 7, 0, 720913, 7, 0, 720914, 1610612743, 0, 720915, 1610612743, 0, 720916, 1610612743, 0, 720917, 1610612743, 0, 720918, 1610612743, 0, 720919, 1610612743, 0, 720920, 7, 0, 720921, 7, 0, 720922, 7, 0, 851955, 7, 0, 851956, 1610612739, 0, 851957, 1610612736, 0, 851958, 1610612737, 0, 851959, 1610612739, 0, 851960, 1610612743, 0, 851961, 7, 0, 851962, 1610612743, 0, 851963, 1610612743, 0, 851964, 7, 0, 851965, 1610612743, 0, 851966, 1610612743, 0, 851967, 1610612743, 0, 786432, 1610612743, 0, 786433, 1610612743, 0, 786434, 1610612743, 0, 786435, 1610612743, 0, 786436, 1610612743, 0, 786437, 1610612743, 0, 786438, 1610612739, 0, 786439, 1610612736, 0, 786440, 1610612737, 0, 786441, 1610612739, 0, 786442, 1610612743, 0, 786443, 1610612743, 0, 786444, 1610612743, 0, 786445, 1610612743, 0, 786446, 1610612743, 0, 786447, 7, 0, 786448, 7, 0, 786449, 7, 0, 786450, 7, 0, 786451, 1610612743, 0, 786452, 1610612743, 0, 786453, 1610612743, 0, 786454, 1610612743, 0, 786455, 1610612743, 0, 786456, 7, 0, 786457, 7, 0, 786458, 7, 0, 917491, 7, 0, 917492, 1610612739, 0, 917493, 1610612736, 0, 917494, 1610612737, 0, 917495, 1610612739, 0, 917496, 1610612743, 0, 917497, 7, 0, 917498, 1610612743, 0, 917499, 1610612743, 0, 917500, 1610612743, 0, 917501, 1610612743, 0, 917502, 1610612743, 0, 917503, 1610612743, 0, 851968, 1610612743, 0, 851969, 1610612743, 0, 851970, 1610612743, 0, 851971, 1610612743, 0, 851972, 1610612743, 0, 851973, 1610612743, 0, 851974, 1610612739, 0, 851975, 1610612736, 0, 851976, 1610612737, 0, 851977, 1610612739, 0, 851978, 1610612743, 0, 851979, 1610612743, 0, 851980, 1610612743, 0, 851981, 1610612743, 0, 851982, 1610612743, 0, 851983, 7, 0, 851984, 7, 0, 851985, 7, 0, 851986, 7, 0, 851987, 7, 0, 851988, 1610612743, 0, 851989, 1610612743, 0, 851990, 1610612743, 0, 851991, 1610612743, 0, 851992, 7, 0, 851993, 7, 0, 851994, 7, 0, 983027, 7, 0, 983028, 1610612739, 0, 983029, 1610612736, 0, 983030, 1610612737, 0, 983031, 1610612739, 0, 983032, 1610612743, 0, 983033, 7, 0, 983034, 1610612743, 0, 983035, 1610612743, 0, 983036, 1610612743, 0, 983037, 1610612743, 0, 983038, 1610612743, 0, 983039, 1610612743, 0, 917504, 1610612743, 0, 917505, 1610612743, 0, 917506, 1610612743, 0, 917507, 1610612743, 0, 917508, 1610612743, 0, 917509, 1610612743, 0, 917510, 1610612739, 0, 917511, 1610612736, 0, 917512, 1610612737, 0, 917513, 1610612739, 0, 917514, 1610612743, 0, 917515, 1610612743, 0, 917516, 1610612743, 0, 917517, 1610612743, 0, 917518, 1610612743, 0, 917519, 7, 0, 917520, 7, 0, 917521, 7, 0, 917522, 7, 0, 917523, 7, 0, 917524, 1610612743, 0, 917525, 1610612743, 0, 917526, 1610612743, 0, 917527, 1610612743, 0, 917528, 7, 0, 917529, 7, 0, 917530, 7, 0, 1048563, 7, 0, 1048564, 1610612739, 0, 1048565, 1610612736, 0, 1048566, 1610612737, 0, 1048567, 1610612739, 0, 1048568, 7, 0, 1048569, 7, 0, 1048570, 1610612743, 0, 1048571, 1610612743, 0, 1048572, 1610612743, 0, 1048573, 1610612743, 0, 1048574, 1610612743, 0, 1048575, 1610612743, 0, 983040, 1610612743, 0, 983041, 1610612743, 0, 983042, 1610612743, 0, 983043, 1610612743, 0, 983044, 1610612743, 0, 983045, 7, 0, 983046, 1610612739, 0, 983047, 1610612736, 0, 983048, 1610612737, 0, 983049, 1610612739, 0, 983050, 1610612743, 0, 983051, 1610612743, 0, 983052, 1610612743, 0, 983053, 1610612743, 0, 983054, 1610612743, 0, 983055, 1610612743, 0, 983056, 1610612743, 0, 983057, 7, 0, 983058, 7, 0, 983059, 1610612743, 0, 983060, 1610612743, 0, 983061, 1610612743, 0, 983062, 1610612743, 0, 983063, 1610612743, 0, 983064, 7, 0, 983065, 7, 0, 983066, 7, 0, 1114099, 7, 0, 1114100, 1610612739, 0, 1114101, 1610612744, 0, 1114102, 1610612744, 0, 1114103, 1610612739, 0, 1114104, 7, 0, 1114105, 7, 0, 1114106, 1610612743, 0, 1114107, 1610612743, 0, 1114108, 1610612743, 0, 1114109, 1610612743, 0, 1114110, 1610612743, 0, 1114111, 1610612743, 0, 1048576, 1610612743, 0, 1048577, 1610612743, 0, 1048578, 1610612743, 0, 1048579, 1610612743, 0, 1048580, 1610612743, 0, 1048581, 1610612743, 0, 1048582, 1610612739, 0, 1048583, 1610612744, 0, 1048584, 1610612744, 0, 1048585, 1610612739, 0, 1048586, 1610612739, 0, 1048587, 1610612739, 0, 1048588, 1610612739, 0, 1048589, 1610612739, 0, 1048590, 1610612739, 0, 1048591, 1610612739, 0, 1048592, 1610612739, 0, 1048593, 1610612743, 0, 1048594, 1610612743, 0, 1048595, 7, 0, 1048596, 1610612743, 0, 1048597, 1610612743, 0, 1048598, 1610612743, 0, 1048599, 1610612743, 0, 1048600, 7, 0, 1048601, 7, 0, 1048602, 7, 0, 1179635, 7, 0, 1179636, 1610612739, 0, 1179637, 1610612744, 0, 1179638, 1610612744, 0, 1179639, 1610612739, 0, 1179640, 7, 0, 1179641, 1610612743, 0, 1179642, 1610612743, 0, 1179643, 1610612743, 0, 1179644, 1610612743, 0, 1179645, 1610612743, 0, 1179646, 1610612743, 0, 1179647, 1610612743, 0, 1114112, 1610612743, 0, 1114113, 1610612743, 0, 1114114, 1610612743, 0, 1114115, 7, 0, 1114116, 1610612743, 0, 1114117, 1610612743, 0, 1114118, 1610612739, 0, 1114119, 1610612744, 0, 1114120, 1610612744, 0, 1114121, 1610612739, 0, 1114122, 1610612739, 0, 1114123, 1610612739, 0, 1114124, 1610612739, 0, 1114125, 1610612739, 0, 1114126, 1610612739, 0, 1114127, 1610612739, 0, 1114128, 1610612739, 0, 1114129, 1610612743, 0, 1114130, 1610612743, 0, 1114131, 1610612743, 0, 1114132, 1610612743, 0, 1114133, 1610612743, 0, 1114134, 1610612743, 0, 1114135, 1610612743, 0, 1114136, 7, 0, 1114137, 7, 0, 1114138, 7, 0, 1245171, 1610612743, 0, 1245172, 1610612739, 0, 1245173, 1610612739, 0, 1245174, 1610612739, 0, 1245175, 1610612739, 0, 1245176, 7, 0, 1245177, 1610612743, 0, 1245178, 1610612743, 0, 1245179, 1610612743, 0, 1245180, 1610612743, 0, 1245181, 1610612743, 0, 1245182, 1610612743, 0, 1245183, 7, 0, 1179648, 1610612743, 0, 1179649, 1610612743, 0, 1179650, 7, 0, 1179651, 1610612743, 0, 1179652, 1610612743, 0, 1179653, 1610612743, 0, 1179654, 1610612739, 0, 1179655, 1610612739, 0, 1179656, 1610612739, 0, 1179657, 1610612739, 0, 1179658, 1610612739, 0, 1179659, 1610612739, 0, 1179660, 1610612739, 0, 1179661, 1610612739, 0, 1179662, 1610612739, 0, 1179663, 1610612739, 0, 1179664, 1610612739, 0, 1179665, 1610612743, 0, 1179666, 1610612743, 0, 1179667, 1610612743, 0, 1179668, 1610612743, 0, 1179669, 1610612743, 0, 1179670, 1610612743, 0, 1179671, 1610612743, 0, 1179672, 7, 0, 1179673, 7, 0, 1179674, 7, 0, 1310707, 1610612743, 0, 1310708, 1610612743, 0, 1310709, 1610612743, 0, 1310710, 1610612743, 0, 1310711, 7, 0, 1310712, 7, 0, 1310713, 7, 0, 1310714, 1610612743, 0, 1310715, 1610612743, 0, 1310716, 1610612743, 0, 1310717, 1610612743, 0, 1310718, 1610612743, 0, 1310719, 1610612743, 0, 1245184, 1610612743, 0, 1245185, 1610612743, 0, 1245186, 1610612743, 0, 1245187, 1610612743, 0, 1245188, 1610612743, 0, 1245189, 1610612743, 0, 1245190, 1610612743, 0, 1245191, 1610612743, 0, 1245192, 1610612743, 0, 1245193, 1610612743, 0, 1245194, 1610612743, 0, 1245195, 1610612743, 0, 1245196, 1610612743, 0, 1245197, 1610612743, 0, 1245198, 1610612743, 0, 1245199, 1610612743, 0, 1245200, 1610612743, 0, 1245201, 1610612743, 0, 1245202, 1610612743, 0, 1245203, 1610612743, 0, 1245204, 1610612743, 0, 1245205, 1610612743, 0, 1245206, 1610612743, 0, 1245207, 1610612743, 0, 1245208, 7, 0, 1245209, 7, 0, 1245210, 7, 0, 1376243, 1610612743, 0, 1376244, 1610612743, 0, 1376245, 1610612743, 0, 1376246, 1610612743, 0, 1376247, 7, 0, 1376248, 7, 0, 1376249, 7, 0, 1376250, 1610612743, 0, 1376251, 1610612743, 0, 1376252, 1610612743, 0, 1376253, 1610612743, 0, 1376254, 1610612743, 0, 1376255, 1610612743, 0, 1310720, 1610612743, 0, 1310721, 1610612743, 0, 1310722, 1610612743, 0, 1310723, 1610612743, 0, 1310724, 1610612743, 0, 1310725, 1610612743, 0, 1310726, 1610612743, 0, 1310727, 1610612743, 0, 1310728, 1610612743, 0, 1310729, 1610612743, 0, 1310730, 1610612743, 0, 1310731, 1610612743, 0, 1310732, 1610612743, 0, 1310733, 1610612743, 0, 1310734, 1610612743, 0, 1310735, 1610612743, 0, 1310736, 1610612743, 0, 1310737, 1610612743, 0, 1310738, 1610612743, 0, 1310739, 1610612743, 0, 1310740, 1610612743, 0, 1310741, 1610612743, 0, 1310742, 1610612743, 0, 1310743, 1610612743, 0, 1310744, 7, 0, 1310745, 7, 0, 1310746, 7, 0, 1441779, 1610612743, 0, 1441780, 1610612743, 0, 1441781, 1610612743, 0, 1441782, 1610612743, 0, 1441783, 7, 0, 1441784, 7, 0, 1441785, 7, 0, 1441786, 1610612743, 0, 1441787, 1610612743, 0, 1441788, 1610612743, 0, 1441789, 1610612743, 0, 1441790, 1610612743, 0, 1441791, 1610612743, 0, 1376256, 1610612743, 0, 1376257, 1610612743, 0, 1376258, 1610612743, 0, 1376259, 1610612743, 0, 1376260, 1610612743, 0, 1376261, 1610612743, 0, 1376262, 1610612743, 0, 1376263, 1610612743, 0, 1376264, 1610612743, 0, 1376265, 1610612743, 0, 1376266, 1610612743, 0, 1376267, 1610612743, 0, 1376268, 1610612743, 0, 1376269, 1610612743, 0, 1376270, 1610612743, 0, 1376271, 1610612743, 0, 1376272, 1610612743, 0, 1376273, 1610612743, 0, 1376274, 1610612743, 0, 1376275, 1610612743, 0, 1376276, 1610612743, 0, 1376277, 1610612743, 0, 1376278, 1610612743, 0, 1376279, 1610612743, 0, 1376280, 1610612743, 0, 1376281, 7, 0, 1376282, 7, 0, 1507315, 1610612743, 0, 1507316, 1610612743, 0, 1507317, 1610612743, 0, 1507318, 1610612743, 0, 1507319, 7, 0, 1507320, 7, 0, 1507321, 7, 0, 1507322, 1610612743, 0, 1507323, 1610612743, 0, 1507324, 1610612743, 0, 1507325, 1610612743, 0, 1507326, 1610612743, 0, 1507327, 1610612743, 0, 1441792, 1610612743, 0, 1441793, 1610612743, 0, 1441794, 1610612743, 0, 1441795, 1610612743, 0, 1441796, 1610612743, 0, 1441797, 1610612743, 0, 1441798, 1610612743, 0, 1441799, 1610612743, 0, 1441800, 1610612743, 0, 1441801, 1610612743, 0, 1441802, 1610612743, 0, 1441803, 1610612743, 0, 1441804, 1610612743, 0, 1441805, 1610612743, 0, 1441806, 1610612743, 0, 1441807, 1610612743, 0, 1441808, 1610612743, 0, 1441809, 1610612743, 0, 1441810, 1610612743, 0, 1441811, 1610612743, 0, 1441812, 1610612743, 0, 1441813, 1610612743, 0, 1441814, 1610612743, 0, 1441815, 1610612743, 0, 1441816, 1610612743, 0, 1441817, 1610612743, 0, 1441818, 7, 0, 1572851, 1610612743, 0, 1572852, 1610612743, 0, 1572853, 1610612743, 0, 1572854, 1610612743, 0, 1572855, 1610612743, 0, 1572856, 1610612743, 0, 1572857, 1610612743, 0, 1572858, 1610612743, 0, 1572859, 1610612743, 0, 1572860, 1610612743, 0, 1572861, 1610612743, 0, 1572862, 1610612743, 0, 1572863, 1610612743, 0, 1507328, 1610612743, 0, 1507329, 1610612743, 0, 1507330, 1610612743, 0, 1507331, 1610612743, 0, 1507332, 7, 0, 1507333, 7, 0, 1507334, 1610612743, 0, 1507335, 1610612743, 0, 1507336, 1610612743, 0, 1507337, 1610612743, 0, 1507338, 1610612743, 0, 1507339, 1610612743, 0, 1507340, 1610612743, 0, 1507341, 7, 0, 1507342, 7, 0, 1507343, 7, 0, 1507344, 7, 0, 1507345, 7, 0, 1507346, 7, 0, 1507347, 7, 0, 1507348, 1610612743, 0, 1507349, 1610612743, 0, 1507350, 1610612743, 0, 1507351, 1610612743, 0, 1507352, 1610612743, 0, 1507353, 1610612743, 0, 1507354, 7, 0, 1638387, 7, 0, 1638388, 7, 0, 1638389, 1610612743, 0, 1638390, 1610612743, 0, 1638391, 1610612743, 0, 1638392, 1610612743, 0, 1638393, 1610612743, 0, 1638394, 1610612743, 0, 1638395, 1610612743, 0, 1638396, 1610612743, 0, 1638397, 1610612743, 0, 1638398, 1610612743, 0, 1638399, 1610612743, 0, 1572864, 1610612743, 0, 1572865, 1610612743, 0, 1572866, 1610612743, 0, 1572867, 1610612743, 0, 1572868, 1610612743, 0, 1572869, 7, 0, 1572870, 1610612743, 0, 1572871, 1610612743, 0, 1572872, 1610612743, 0, 1572873, 7, 0, 1572874, 7, 0, 1572875, 7, 0, 1572876, 7, 0, 1572877, 7, 0, 1572878, 7, 0, 1572879, 7, 0, 1572880, 7, 0, 1572881, 7, 0, 1572882, 7, 0, 1572883, 7, 0, 1572884, 1610612743, 0, 1572885, 1610612743, 0, 1572886, 1610612743, 0, 1572887, 1610612743, 0, 1572888, 1610612743, 0, 1572889, 1610612743, 0, 1572890, 1610612743, 0, 1703923, 7, 0, 1703924, 7, 0, 1703925, 7, 0, 1703926, 1610612743, 0, 1703927, 1610612743, 0, 1703928, 1610612743, 0, 1703929, 1610612743, 0, 1703930, 1610612743, 0, 1703931, 1610612743, 0, 1703932, 1610612743, 0, 1703933, 7, 0, 1703934, 1610612743, 0, 1703935, 1610612743, 0, 1638400, 1610612743, 0, 1638401, 1610612743, 0, 1638402, 1610612743, 0, 1638403, 7, 0, 1638404, 7, 0, 1638405, 7, 0, 1638406, 7, 0, 1638407, 7, 0, 1638408, 1610612743, 0, 1638409, 1610612743, 0, 1638410, 1610612743, 0, 1638411, 1610612743, 0, 1638412, 1610612743, 0, 1638413, 1610612743, 0, 1638414, 1610612743, 0, 1638415, 1610612743, 0, 1638416, 1610612743, 0, 1638417, 1610612743, 0, 1638418, 1610612743, 0, 1638419, 1610612743, 0, 1638420, 1610612743, 0, 1638421, 1610612743, 0, 1638422, 1610612743, 0, 1638423, 1610612743, 0, 1638424, 1610612743, 0, 1638425, 1610612743, 0, 1638426, 1610612743, 0, 1769459, 7, 0, 1769460, 7, 0, 1769461, 7, 0, 1769462, 1610612743, 0, 1769463, 1610612743, 0, 1769464, 1610612743, 0, 1769465, 7, 0, 1769466, 1610612743, 0, 1769467, 7, 0, 1769468, 7, 0, 1769469, 7, 0, 1769470, 7, 0, 1769471, 7, 0, 1703936, 7, 0, 1703937, 7, 0, 1703938, 1610612743, 0, 1703939, 1610612743, 0, 1703940, 1610612743, 0, 1703941, 1610612743, 0, 1703942, 1610612743, 0, 1703943, 1610612743, 0, 1703944, 1610612743, 0, 1703945, 7, 0, 1703946, 7, 0, 1703947, 7, 0, 1703948, 7, 0, 1703949, 7, 0, 1703950, 7, 0, 1703951, 7, 0, 1703952, 7, 0, 1703953, 7, 0, 1703954, 7, 0, 1703955, 7, 0, 1703956, 7, 0, 1703957, 1610612743, 0, 1703958, 7, 0, 1703959, 1610612743, 0, 1703960, 1610612743, 0, 1703961, 1610612743, 0, 1703962, 1610612743, 0, 1834995, 7, 0, 1834996, 1610612743, 0, 1834997, 1610612743, 0, 1834998, 1610612743, 0, 1834999, 1610612743, 0, 1835000, 1610612743, 0, 1835001, 1610612743, 0, 1835002, 1610612743, 0, 1835003, 1610612743, 0, 1835004, 7, 0, 1835005, 7, 0, 1835006, 7, 0, 1835007, 7, 0, 1769472, 7, 0, 1769473, 7, 0, 1769474, 7, 0, 1769475, 7, 0, 1769476, 7, 0, 1769477, 7, 0, 1769478, 7, 0, 1769479, 7, 0, 1769480, 7, 0, 1769481, 7, 0, 1769482, 7, 0, 1769483, 7, 0, 1769484, 7, 0, 1769485, 7, 0, 1769486, 7, 0, 1769487, 7, 0, 1769488, 7, 0, 1769489, 7, 0, 1769490, 7, 0, 1769491, 7, 0, 1769492, 7, 0, 1769493, 1610612743, 0, 1769494, 1610612743, 0, 1769495, 7, 0, 1769496, 7, 0, 1769497, 1610612743, 0, 1769498, 1610612743, 0, 1900531, 1610612743, 0, 1900532, 1610612743, 0, 1900533, 1610612743, 0, 1900534, 1610612743, 0, 1900535, 1610612743, 0, 1900536, 1610612743, 0, 1900537, 1610612743, 0, 1900538, 1610612743, 0, 1900539, 1610612743, 0, 1900540, 1610612743, 0, 1900541, 1610612743, 0, 1900542, 1610612743, 0, 1900543, 1610612743, 0, 1835008, 1610612743, 0, 1835009, 1610612743, 0, 1835010, 1610612743, 0, 1835011, 1610612743, 0, 1835012, 1610612743, 0, 1835013, 1610612743, 0, 1835014, 1610612743, 0, 1835015, 1610612743, 0, 1835016, 1610612743, 0, 1835017, 1610612743, 0, 1835018, 1610612743, 0, 1835019, 1610612743, 0, 1835020, 1610612743, 0, 1835021, 1610612743, 0, 1835022, 1610612743, 0, 1835023, 1610612743, 0, 1835024, 1610612743, 0, 1835025, 1610612743, 0, 1835026, 1610612743, 0, 1835027, 1610612743, 0, 1835028, 1610612743, 0, 1835029, 1610612743, 0, 1835030, 1610612743, 0, 1835031, 1610612743, 0, 1835032, 1610612743, 0, 1835033, 1610612743, 0, 1835034, 1610612743, 0 ) + +[node name="YSort" type="YSort" parent="."] + +[node name="House" parent="YSort" instance=ExtResource( 6 )] +position = Vector2( 1073, 1296 ) + +[node name="Tree" parent="YSort" instance=ExtResource( 2 )] +position = Vector2( 1316, 1253 ) + +[node name="Tree2" parent="YSort" instance=ExtResource( 2 )] +position = Vector2( -659, 1145 ) + +[node name="Tree3" parent="YSort" instance=ExtResource( 2 )] +position = Vector2( 816, 1255 ) + +[node name="Tree4" parent="YSort" instance=ExtResource( 2 )] +position = Vector2( -961, 1409 ) + +[node name="Bushes5" parent="YSort" instance=ExtResource( 4 )] +position = Vector2( -695, 1493 ) + +[node name="Bush" type="Node2D" parent="YSort"] +position = Vector2( -43, 3 ) + +[node name="Bushes16" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( 416, 796 ) +rotation = 0.109956 + +[node name="Bushes17" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( -383, 798 ) + +[node name="Bushes18" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( -232, 801 ) + +[node name="Bushes19" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( -532, 806 ) + +[node name="Bushes20" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( 113, 792 ) + +[node name="Bushes21" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( 264, 795 ) + +[node name="Bushes22" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( -56, 800 ) + +[node name="Bushes26" parent="YSort/Bush" instance=ExtResource( 4 )] +position = Vector2( 417, 798 ) +rotation = 0.109956 + +[node name="Bush2" type="Node2D" parent="YSort"] +position = Vector2( -10, -12 ) + +[node name="Bushes" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 410, 464 ) +rotation = 0.109956 + +[node name="Bushes2" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( -389, 466 ) + +[node name="Bushes3" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( -238, 469 ) + +[node name="Bushes4" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( -538, 474 ) + +[node name="Bushes6" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 107, 460 ) + +[node name="Bushes7" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 258, 463 ) + +[node name="Bushes8" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( -62, 468 ) + +[node name="Bushes9" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 1402, 453 ) +rotation = 0.109956 + +[node name="Bushes10" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 560, 458 ) +rotation = 0.109956 + +[node name="Bushes11" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 711, 461 ) +rotation = 0.109956 + +[node name="Bushes12" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 411, 466 ) +rotation = 0.109956 + +[node name="Bushes13" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 1056, 452 ) +rotation = 0.109956 + +[node name="Bushes14" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 1207, 455 ) +rotation = 0.109956 + +[node name="Bushes15" parent="YSort/Bush2" instance=ExtResource( 4 )] +position = Vector2( 887, 460 ) +rotation = 0.109956 + +[node name="Bush3" type="Node2D" parent="YSort"] +position = Vector2( 169, 10 ) + +[node name="Bushes23" parent="YSort/Bush3" instance=ExtResource( 4 )] +position = Vector2( 1408, 785 ) +rotation = 0.109956 + +[node name="Bushes27" parent="YSort/Bush3" instance=ExtResource( 4 )] +position = Vector2( 1062, 784 ) +rotation = 0.109956 + +[node name="Bushes28" parent="YSort/Bush3" instance=ExtResource( 4 )] +position = Vector2( 1213, 787 ) +rotation = -0.0541052 +scale = Vector2( 1.01, 1 ) + +[node name="Bushes29" parent="YSort/Bush3" instance=ExtResource( 4 )] +position = Vector2( 893, 792 ) + +[node name="Stopsign" type="Sprite" parent="YSort"] +position = Vector2( 540, 699 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 5 ) +offset = Vector2( -0.199997, -1 ) + +[node name="Stopsign2" type="Sprite" parent="YSort"] +position = Vector2( -704, 509 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 5 ) +offset = Vector2( -0.199997, -1 ) + +[node name="Stopsign3" type="Sprite" parent="YSort"] +position = Vector2( 1576, 505 ) +scale = Vector2( 5, 5 ) +texture = ExtResource( 5 ) +offset = Vector2( -0.199997, -1 ) + +[node name="Player" parent="YSort" instance=ExtResource( 3 )] +position = Vector2( -805, -79 ) + +[node name="Clouds" type="Node2D" parent="."] +position = Vector2( 501, 1021 ) +scale = Vector2( 10, 10 ) +script = ExtResource( 9 ) + +[node name="Sprite" type="Sprite" parent="Clouds"] +position = Vector2( 0.5, 1.29998 ) +texture = ExtResource( 11 ) + +[node name="Sprite2" type="Sprite" parent="Clouds"] +position = Vector2( -4.79999, 1.2 ) +texture = ExtResource( 10 ) + +[node name="Sprite3" type="Sprite" parent="Clouds"] +position = Vector2( 0.399994, 2 ) +texture = ExtResource( 12 ) + +[node name="Sprite4" type="Sprite" parent="Clouds"] +texture = ExtResource( 8 ) + +[node name="RightBorder" type="Node2D" parent="Clouds"] +position = Vector2( 216.5, 12 ) + +[node name="LeftBorder" type="Node2D" parent="Clouds"] +position = Vector2( -211, 9.39999 ) + +[node name="TopBorder" type="Node2D" parent="Clouds"] +position = Vector2( 5.6, -145 ) + +[node name="BottomBorder" type="Node2D" parent="Clouds"] +position = Vector2( 0.199993, 57.7 ) +scale = Vector2( 1, 1 ) + +[node name="Clouds2" type="Node2D" parent="."] +position = Vector2( 501, 1021 ) +scale = Vector2( 10, 10 ) +script = ExtResource( 9 ) + +[node name="Sprite" type="Sprite" parent="Clouds2"] +position = Vector2( 0.5, 1.29998 ) +texture = ExtResource( 11 ) + +[node name="Sprite2" type="Sprite" parent="Clouds2"] +position = Vector2( -4.79999, 1.2 ) +texture = ExtResource( 10 ) + +[node name="Sprite3" type="Sprite" parent="Clouds2"] +position = Vector2( 0.399994, 2 ) +texture = ExtResource( 12 ) + +[node name="Sprite4" type="Sprite" parent="Clouds2"] +texture = ExtResource( 8 ) + +[node name="RightBorder" type="Node2D" parent="Clouds2"] +position = Vector2( 216.5, 12 ) + +[node name="LeftBorder" type="Node2D" parent="Clouds2"] +position = Vector2( -211, 9.39999 ) + +[node name="TopBorder" type="Node2D" parent="Clouds2"] +position = Vector2( 5.6, -145 ) + +[node name="BottomBorder" type="Node2D" parent="Clouds2"] +position = Vector2( 0.199993, 57.7 ) +scale = Vector2( 1, 1 ) + +[node name="Clouds3" type="Node2D" parent="."] +position = Vector2( 501, 1021 ) +scale = Vector2( 10, 10 ) +script = ExtResource( 9 ) + +[node name="Sprite" type="Sprite" parent="Clouds3"] +position = Vector2( 0.5, 1.29998 ) +texture = ExtResource( 11 ) + +[node name="Sprite2" type="Sprite" parent="Clouds3"] +position = Vector2( -4.79999, 1.2 ) +texture = ExtResource( 10 ) + +[node name="Sprite3" type="Sprite" parent="Clouds3"] +position = Vector2( 0.399994, 2 ) +texture = ExtResource( 12 ) + +[node name="Sprite4" type="Sprite" parent="Clouds3"] +texture = ExtResource( 8 ) + +[node name="RightBorder" type="Node2D" parent="Clouds3"] +position = Vector2( 216.5, 12 ) + +[node name="LeftBorder" type="Node2D" parent="Clouds3"] +position = Vector2( -211, 9.39999 ) + +[node name="TopBorder" type="Node2D" parent="Clouds3"] +position = Vector2( 5.6, -145 ) + +[node name="BottomBorder" type="Node2D" parent="Clouds3"] +position = Vector2( 0.199993, 57.7 ) +scale = Vector2( 1, 1 ) + +[node name="Clouds4" type="Node2D" parent="."] +position = Vector2( 501, 1021 ) +scale = Vector2( 10, 10 ) +script = ExtResource( 9 ) + +[node name="Sprite" type="Sprite" parent="Clouds4"] +position = Vector2( 0.5, 1.29998 ) +texture = ExtResource( 11 ) + +[node name="Sprite2" type="Sprite" parent="Clouds4"] +position = Vector2( -4.79999, 1.2 ) +texture = ExtResource( 10 ) + +[node name="Sprite3" type="Sprite" parent="Clouds4"] +position = Vector2( 0.399994, 2 ) +texture = ExtResource( 12 ) + +[node name="Sprite4" type="Sprite" parent="Clouds4"] +texture = ExtResource( 8 ) + +[node name="RightBorder" type="Node2D" parent="Clouds4"] +position = Vector2( 216.5, 12 ) + +[node name="LeftBorder" type="Node2D" parent="Clouds4"] +position = Vector2( -211, 9.39999 ) + +[node name="TopBorder" type="Node2D" parent="Clouds4"] +position = Vector2( 5.6, -145 ) + +[node name="BottomBorder" type="Node2D" parent="Clouds4"] +position = Vector2( 0.199993, 57.7 ) +scale = Vector2( 1, 1 ) + +[node name="Clouds5" type="Node2D" parent="."] +position = Vector2( 501, 1021 ) +scale = Vector2( 10, 10 ) +script = ExtResource( 9 ) + +[node name="Sprite" type="Sprite" parent="Clouds5"] +position = Vector2( 0.5, 1.29998 ) +texture = ExtResource( 11 ) + +[node name="Sprite2" type="Sprite" parent="Clouds5"] +position = Vector2( -4.79999, 1.2 ) +texture = ExtResource( 10 ) + +[node name="Sprite3" type="Sprite" parent="Clouds5"] +position = Vector2( 0.399994, 2 ) +texture = ExtResource( 12 ) + +[node name="Sprite4" type="Sprite" parent="Clouds5"] +texture = ExtResource( 8 ) + +[node name="RightBorder" type="Node2D" parent="Clouds5"] +position = Vector2( 216.5, 12 ) + +[node name="LeftBorder" type="Node2D" parent="Clouds5"] +position = Vector2( -211, 9.39999 ) + +[node name="TopBorder" type="Node2D" parent="Clouds5"] +position = Vector2( 5.6, -145 ) + +[node name="BottomBorder" type="Node2D" parent="Clouds5"] +position = Vector2( 0.199993, 57.7 ) +scale = Vector2( 1, 1 ) diff --git a/scenes/stage.tscn b/scenes/stage.tscn index 19e0611..7805ca0 100644 --- a/scenes/stage.tscn +++ b/scenes/stage.tscn @@ -1,139 +1,17 @@ -[gd_scene load_steps=16 format=2] +[gd_scene load_steps=8 format=2] [ext_resource path="res://scenes/player.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/stage.gd" type="Script" id=2] [ext_resource path="res://scenes/house.tscn" type="PackedScene" id=3] [ext_resource path="res://scenes/trolley.tscn" type="PackedScene" id=4] [ext_resource path="res://scenes/neighbor.tscn" type="PackedScene" id=5] -[ext_resource path="res://roger-roger/tilemap/streetSideTop.png" type="Texture" id=6] -[ext_resource path="res://roger-roger/tilemap/StreetVerticalLeft.png" type="Texture" id=7] -[ext_resource path="res://roger-roger/tilemap/streetSideBottom.png" type="Texture" id=8] -[ext_resource path="res://roger-roger/tilemap/sidewalk.png" type="Texture" id=9] -[ext_resource path="res://roger-roger/tilemap/StreetVerticalRight.png" type="Texture" id=10] -[ext_resource path="res://roger-roger/tilemap/grass1.png" type="Texture" id=11] -[ext_resource path="res://roger-roger/tilemap/justRoad.png" type="Texture" id=12] +[ext_resource path="res://scenes/TileMap.tscn" type="PackedScene" id=6] [ext_resource path="res://scenes/tree.tscn" type="PackedScene" id=13] -[sub_resource type="ConvexPolygonShape2D" id=3] -points = PoolVector2Array( 0, 0, 16, 0, 16, 16, 0, 16 ) - -[sub_resource type="TileSet" id=2] -0/name = "StreetVerticalRight.png 0" -0/texture = ExtResource( 10 ) -0/tex_offset = Vector2( 0, 0 ) -0/modulate = Color( 1, 1, 1, 1 ) -0/region = Rect2( 0, 0, 16, 16 ) -0/tile_mode = 0 -0/occluder_offset = Vector2( 0, 0 ) -0/navigation_offset = Vector2( 0, 0 ) -0/shape_offset = Vector2( 0, 0 ) -0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -0/shape_one_way = false -0/shape_one_way_margin = 0.0 -0/shapes = [ ] -0/z_index = 0 -1/name = "StreetVerticalLeft.png 1" -1/texture = ExtResource( 7 ) -1/tex_offset = Vector2( 0, 0 ) -1/modulate = Color( 1, 1, 1, 1 ) -1/region = Rect2( 0, 0, 16, 16 ) -1/tile_mode = 0 -1/occluder_offset = Vector2( 0, 0 ) -1/navigation_offset = Vector2( 0, 0 ) -1/shape_offset = Vector2( 0, 0 ) -1/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -1/shape_one_way = false -1/shape_one_way_margin = 0.0 -1/shapes = [ ] -1/z_index = 0 -3/name = "sidewalk.png 3" -3/texture = ExtResource( 9 ) -3/tex_offset = Vector2( 0, 0 ) -3/modulate = Color( 1, 1, 1, 1 ) -3/region = Rect2( 0, 0, 16, 16 ) -3/tile_mode = 0 -3/occluder_offset = Vector2( 0, 0 ) -3/navigation_offset = Vector2( 0, 0 ) -3/shape_offset = Vector2( 0, 0 ) -3/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -3/shape_one_way = false -3/shape_one_way_margin = 0.0 -3/shapes = [ ] -3/z_index = 0 -5/name = "streetSideBottom.png 5" -5/texture = ExtResource( 8 ) -5/tex_offset = Vector2( 0, 0 ) -5/modulate = Color( 1, 1, 1, 1 ) -5/region = Rect2( 0, 0, 16, 16 ) -5/tile_mode = 0 -5/occluder_offset = Vector2( 0, 0 ) -5/navigation_offset = Vector2( 0, 0 ) -5/shape_offset = Vector2( 0, 0 ) -5/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -5/shape_one_way = false -5/shape_one_way_margin = 0.0 -5/shapes = [ ] -5/z_index = 0 -6/name = "streetSideTop.png 6" -6/texture = ExtResource( 6 ) -6/tex_offset = Vector2( 0, 0 ) -6/modulate = Color( 1, 1, 1, 1 ) -6/region = Rect2( 0, 0, 16, 16 ) -6/tile_mode = 0 -6/occluder_offset = Vector2( 0, 0 ) -6/navigation_offset = Vector2( 0, 0 ) -6/shape_offset = Vector2( 0, 0 ) -6/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -6/shape_one_way = false -6/shape_one_way_margin = 0.0 -6/shapes = [ ] -6/z_index = 0 -7/name = "grass1.png 7" -7/texture = ExtResource( 11 ) -7/tex_offset = Vector2( 0, 0 ) -7/modulate = Color( 1, 1, 1, 1 ) -7/region = Rect2( 0, 0, 16, 16 ) -7/tile_mode = 0 -7/occluder_offset = Vector2( 0, 0 ) -7/navigation_offset = Vector2( 0, 0 ) -7/shape_offset = Vector2( 0, 0 ) -7/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -7/shape = SubResource( 3 ) -7/shape_one_way = false -7/shape_one_way_margin = 1.0 -7/shapes = [ { -"autotile_coord": Vector2( 0, 0 ), -"one_way": false, -"one_way_margin": 1.0, -"shape": SubResource( 3 ), -"shape_transform": Transform2D( 1, 0, 0, 1, 0, 0 ) -} ] -7/z_index = 0 -8/name = "justRoad.png 8" -8/texture = ExtResource( 12 ) -8/tex_offset = Vector2( 0, 0 ) -8/modulate = Color( 1, 1, 1, 1 ) -8/region = Rect2( 0, 0, 16, 16 ) -8/tile_mode = 0 -8/occluder_offset = Vector2( 0, 0 ) -8/navigation_offset = Vector2( 0, 0 ) -8/shape_offset = Vector2( 0, 0 ) -8/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 ) -8/shape_one_way = false -8/shape_one_way_margin = 0.0 -8/shapes = [ ] -8/z_index = 0 - [node name="Stage" type="Node2D"] script = ExtResource( 2 ) -[node name="TileMap" type="TileMap" parent="."] -scale = Vector2( 5, 5 ) -tile_set = SubResource( 2 ) -cell_size = Vector2( 16, 16 ) -show_collision = true -format = 1 -tile_data = PoolIntArray( -13, 7, 0, -12, 7, 0, -11, 3, 0, -10, 1, 0, -9, 0, 0, -8, 3, 0, -7, 7, 0, -6, 7, 0, -5, 7, 0, -4, 7, 0, -3, 7, 0, -2, 7, 0, -1, 7, 0, -65536, 7, 0, -65535, 7, 0, -65534, 7, 0, -65533, 7, 0, -65532, 7, 0, -65531, 7, 0, -65530, 7, 0, -65529, 7, 0, -65528, 7, 0, -65527, 7, 0, -65526, 7, 0, -65525, 7, 0, -65524, 7, 0, -65523, 7, 0, -65522, 7, 0, -65521, 7, 0, -65520, 7, 0, -65519, 7, 0, -65518, 7, 0, -65517, 7, 0, -65516, 7, 0, -65515, 7, 0, -65514, 7, 0, -65513, 7, 0, -65512, 7, 0, -65511, 7, 0, -65510, 7, 0, 65523, 7, 0, 65524, 7, 0, 65525, 3, 0, 65526, 1, 0, 65527, 0, 0, 65528, 3, 0, 65529, 7, 0, 65530, 7, 0, 65531, 7, 0, 65532, 7, 0, 65533, 7, 0, 65534, 7, 0, 65535, 7, 0, 0, 7, 0, 1, 7, 0, 2, 7, 0, 3, 7, 0, 4, 7, 0, 5, 3, 0, 6, 3, 0, 7, 8, 0, 8, 8, 0, 9, 3, 0, 10, 3, 0, 11, 3, 0, 12, 3, 0, 13, 3, 0, 14, 7, 0, 15, 7, 0, 16, 7, 0, 17, 7, 0, 18, 7, 0, 19, 7, 0, 20, 3, 0, 21, 3, 0, 22, 3, 0, 23, 3, 0, 24, 7, 0, 25, 7, 0, 26, 7, 0, 131059, 3, 0, 131060, 3, 0, 131061, 3, 0, 131062, 1, 0, 131063, 0, 0, 131064, 3, 0, 131065, 7, 0, 131066, 7, 0, 131067, 7, 0, 131068, 7, 0, 131069, 7, 0, 131070, 7, 0, 131071, 7, 0, 65536, 7, 0, 65537, 7, 0, 65538, 7, 0, 65539, 7, 0, 65540, 7, 0, 65541, 7, 0, 65542, 3, 0, 65543, 1, 0, 65544, 0, 0, 65545, 3, 0, 65546, 7, 0, 65547, 7, 0, 65548, 7, 0, 65549, 3, 0, 65550, 3, 0, 65551, 7, 0, 65552, 7, 0, 65553, 7, 0, 65554, 7, 0, 65555, 7, 0, 65556, 3, 0, 65557, 1, 0, 65558, 0, 0, 65559, 3, 0, 65560, 7, 0, 65561, 7, 0, 65562, 7, 0, 196595, 6, 0, 196596, 6, 0, 196597, 6, 0, 196598, 8, 0, 196599, 8, 0, 196600, 3, 0, 196601, 7, 0, 196602, 7, 0, 196603, 7, 0, 196604, 7, 0, 196605, 7, 0, 196606, 7, 0, 196607, 7, 0, 131072, 7, 0, 131073, 7, 0, 131074, 7, 0, 131075, 7, 0, 131076, 7, 0, 131077, 7, 0, 131078, 3, 0, 131079, 1, 0, 131080, 0, 0, 131081, 3, 0, 131082, 7, 0, 131083, 7, 0, 131084, 7, 0, 131085, 7, 0, 131086, 3, 0, 131087, 7, 0, 131088, 7, 0, 131089, 7, 0, 131090, 7, 0, 131091, 7, 0, 131092, 3, 0, 131093, 1, 0, 131094, 0, 0, 131095, 3, 0, 131096, 7, 0, 131097, 7, 0, 131098, 7, 0, 262131, 5, 0, 262132, 5, 0, 262133, 5, 0, 262134, 8, 0, 262135, 8, 0, 262136, 3, 0, 262137, 7, 0, 262138, 7, 0, 262139, 7, 0, 262140, 7, 0, 262141, 7, 0, 262142, 7, 0, 262143, 7, 0, 196608, 7, 0, 196609, 7, 0, 196610, 7, 0, 196611, 7, 0, 196612, 7, 0, 196613, 7, 0, 196614, 3, 0, 196615, 1, 0, 196616, 0, 0, 196617, 3, 0, 196618, 7, 0, 196619, 7, 0, 196620, 7, 0, 196621, 7, 0, 196622, 3, 0, 196623, 3, 0, 196624, 3, 0, 196625, 3, 0, 196626, 3, 0, 196627, 3, 0, 196628, 3, 0, 196629, 1, 0, 196630, 0, 0, 196631, 3, 0, 196632, 7, 0, 196633, 7, 0, 196634, 7, 0, 327667, 3, 0, 327668, 3, 0, 327669, 3, 0, 327670, 3, 0, 327671, 3, 0, 327672, 3, 0, 327673, 7, 0, 327674, 7, 0, 327675, 7, 0, 327676, 7, 0, 327677, 7, 0, 327678, 7, 0, 327679, 7, 0, 262144, 7, 0, 262145, 7, 0, 262146, 7, 0, 262147, 7, 0, 262148, 7, 0, 262149, 7, 0, 262150, 3, 0, 262151, 1, 0, 262152, 0, 0, 262153, 3, 0, 262154, 7, 0, 262155, 7, 0, 262156, 7, 0, 262157, 7, 0, 262158, 3, 0, 262159, 7, 0, 262160, 7, 0, 262161, 7, 0, 262162, 7, 0, 262163, 7, 0, 262164, 3, 0, 262165, 1, 0, 262166, 0, 0, 262167, 3, 0, 262168, 7, 0, 262169, 7, 0, 262170, 7, 0, 393203, 7, 0, 393204, 7, 0, 393205, 7, 0, 393206, 7, 0, 393207, 7, 0, 393208, 7, 0, 393209, 7, 0, 393210, 7, 0, 393211, 7, 0, 393212, 7, 0, 393213, 7, 0, 393214, 7, 0, 393215, 7, 0, 327680, 7, 0, 327681, 7, 0, 327682, 7, 0, 327683, 7, 0, 327684, 7, 0, 327685, 7, 0, 327686, 3, 0, 327687, 1, 0, 327688, 0, 0, 327689, 3, 0, 327690, 7, 0, 327691, 7, 0, 327692, 7, 0, 327693, 7, 0, 327694, 3, 0, 327695, 7, 0, 327696, 7, 0, 327697, 7, 0, 327698, 7, 0, 327699, 7, 0, 327700, 3, 0, 327701, 1, 0, 327702, 0, 0, 327703, 3, 0, 327704, 7, 0, 327705, 7, 0, 327706, 7, 0, 458739, 7, 0, 458740, 7, 0, 458741, 7, 0, 458742, 7, 0, 458743, 7, 0, 458744, 7, 0, 458745, 7, 0, 458746, 7, 0, 458747, 7, 0, 458748, 7, 0, 458749, 7, 0, 458750, 7, 0, 458751, 7, 0, 393216, 7, 0, 393217, 7, 0, 393218, 7, 0, 393219, 7, 0, 393220, 7, 0, 393221, 7, 0, 393222, 3, 0, 393223, 1, 0, 393224, 0, 0, 393225, 3, 0, 393226, 7, 0, 393227, 7, 0, 393228, 7, 0, 393229, 7, 0, 393230, 3, 0, 393231, 7, 0, 393232, 3, 0, 393233, 3, 0, 393234, 3, 0, 393235, 3, 0, 393236, 3, 0, 393237, 8, 0, 393238, 8, 0, 393239, 3, 0, 393240, 3, 0, 393241, 3, 0, 393242, 7, 0, 524275, 7, 0, 524276, 7, 0, 524277, 7, 0, 524278, 7, 0, 524279, 7, 0, 524280, 7, 0, 524281, 7, 0, 524282, 7, 0, 524283, 7, 0, 524284, 7, 0, 524285, 7, 0, 524286, 7, 0, 524287, 7, 0, 458752, 7, 0, 458753, 7, 0, 458754, 7, 0, 458755, 7, 0, 458756, 7, 0, 458757, 7, 0, 458758, 3, 0, 458759, 1, 0, 458760, 0, 0, 458761, 3, 0, 458762, 7, 0, 458763, 7, 0, 458764, 7, 0, 458765, 7, 0, 458766, 3, 0, 458767, 7, 0, 458768, 3, 0, 458769, 8, 0, 458770, 6, 0, 458771, 6, 0, 458772, 6, 0, 458773, 8, 0, 458774, 8, 0, 458775, 6, 0, 458776, 8, 0, 458777, 3, 0, 458778, 7, 0, 589811, 7, 0, 589812, 7, 0, 589813, 7, 0, 589814, 7, 0, 589815, 7, 0, 589816, 7, 0, 589817, 7, 0, 589818, 7, 0, 589819, 3, 0, 589820, 3, 0, 589821, 3, 0, 589822, 3, 0, 589823, 3, 0, 524288, 3, 0, 524289, 3, 0, 524290, 3, 0, 524291, 3, 0, 524292, 3, 0, 524293, 3, 0, 524294, 3, 0, 524295, 1, 0, 524296, 0, 0, 524297, 3, 0, 524298, 3, 0, 524299, 3, 0, 524300, 3, 0, 524301, 3, 0, 524302, 3, 0, 524303, 3, 0, 524304, 3, 0, 524305, 8, 0, 524306, 5, 0, 524307, 5, 0, 524308, 5, 0, 524309, 8, 0, 524310, 8, 0, 524311, 5, 0, 524312, 8, 0, 524313, 3, 0, 524314, 7, 0, 655347, 7, 0, 655348, 7, 0, 655349, 7, 0, 655350, 7, 0, 655351, 7, 0, 655352, 7, 0, 655353, 7, 0, 655354, 7, 0, 655355, 3, 0, 655356, 8, 0, 655357, 6, 0, 655358, 6, 0, 655359, 6, 0, 589824, 6, 0, 589825, 6, 0, 589826, 6, 0, 589827, 6, 0, 589828, 6, 0, 589829, 6, 0, 589830, 6, 0, 589831, 8, 0, 589832, 8, 0, 589833, 3, 0, 589834, 3, 0, 589835, 3, 0, 589836, 3, 0, 589837, 3, 0, 589838, 3, 0, 589839, 3, 0, 589840, 3, 0, 589841, 3, 0, 589842, 3, 0, 589843, 3, 0, 589844, 3, 0, 589845, 1, 0, 589846, 0, 0, 589847, 3, 0, 589848, 3, 0, 589849, 3, 0, 589850, 7, 0, 720883, 7, 0, 720884, 7, 0, 720885, 7, 0, 720886, 7, 0, 720887, 7, 0, 720888, 7, 0, 720889, 7, 0, 720890, 7, 0, 720891, 3, 0, 720892, 8, 0, 720893, 5, 0, 720894, 5, 0, 720895, 5, 0, 655360, 5, 0, 655361, 5, 0, 655362, 5, 0, 655363, 5, 0, 655364, 5, 0, 655365, 5, 0, 655366, 5, 0, 655367, 8, 0, 655368, 8, 0, 655369, 3, 0, 655370, 7, 0, 655371, 7, 0, 655372, 7, 0, 655373, 7, 0, 655374, 7, 0, 655375, 7, 0, 655376, 7, 0, 655377, 7, 0, 655378, 7, 0, 655379, 7, 0, 655380, 3, 0, 655381, 1, 0, 655382, 0, 0, 655383, 3, 0, 655384, 7, 0, 655385, 7, 0, 655386, 7, 0, 786419, 7, 0, 786420, 7, 0, 786421, 7, 0, 786422, 7, 0, 786423, 7, 0, 786424, 7, 0, 786425, 7, 0, 786426, 7, 0, 786427, 3, 0, 786428, 3, 0, 786429, 3, 0, 786430, 3, 0, 786431, 3, 0, 720896, 3, 0, 720897, 3, 0, 720898, 3, 0, 720899, 3, 0, 720900, 3, 0, 720901, 3, 0, 720902, 3, 0, 720903, 1, 0, 720904, 0, 0, 720905, 3, 0, 720906, 7, 0, 720907, 7, 0, 720908, 7, 0, 720909, 7, 0, 720910, 7, 0, 720911, 7, 0, 720912, 7, 0, 720913, 7, 0, 720914, 7, 0, 720915, 7, 0, 720916, 3, 0, 720917, 1, 0, 720918, 0, 0, 720919, 3, 0, 720920, 7, 0, 720921, 7, 0, 720922, 7, 0, 851955, 7, 0, 851956, 7, 0, 851957, 7, 0, 851958, 7, 0, 851959, 7, 0, 851960, 7, 0, 851961, 7, 0, 851962, 7, 0, 851963, 7, 0, 851964, 7, 0, 851965, 7, 0, 851966, 7, 0, 851967, 7, 0, 786432, 7, 0, 786433, 3, 0, 786434, 3, 0, 786435, 7, 0, 786436, 7, 0, 786437, 7, 0, 786438, 3, 0, 786439, 1, 0, 786440, 0, 0, 786441, 3, 0, 786442, 3, 0, 786443, 3, 0, 786444, 3, 0, 786445, 7, 0, 786446, 7, 0, 786447, 7, 0, 786448, 7, 0, 786449, 7, 0, 786450, 7, 0, 786451, 7, 0, 786452, 3, 0, 786453, 1, 0, 786454, 0, 0, 786455, 3, 0, 786456, 7, 0, 786457, 7, 0, 786458, 7, 0, 917491, 7, 0, 917492, 7, 0, 917493, 7, 0, 917494, 7, 0, 917495, 7, 0, 917496, 7, 0, 917497, 7, 0, 917498, 3, 0, 917499, 3, 0, 917500, 3, 0, 917501, 3, 0, 917502, 3, 0, 917503, 3, 0, 851968, 3, 0, 851969, 3, 0, 851970, 3, 0, 851971, 3, 0, 851972, 3, 0, 851973, 3, 0, 851974, 3, 0, 851975, 1, 0, 851976, 0, 0, 851977, 3, 0, 851978, 3, 0, 851979, 3, 0, 851980, 3, 0, 851981, 3, 0, 851982, 7, 0, 851983, 7, 0, 851984, 7, 0, 851985, 7, 0, 851986, 7, 0, 851987, 7, 0, 851988, 3, 0, 851989, 1, 0, 851990, 0, 0, 851991, 3, 0, 851992, 7, 0, 851993, 7, 0, 851994, 7, 0, 983027, 7, 0, 983028, 7, 0, 983029, 7, 0, 983030, 7, 0, 983031, 7, 0, 983032, 7, 0, 983033, 7, 0, 983034, 3, 0, 983035, 3, 0, 983036, 3, 0, 983037, 3, 0, 983038, 3, 0, 983039, 3, 0, 917504, 3, 0, 917505, 3, 0, 917506, 3, 0, 917507, 7, 0, 917508, 7, 0, 917509, 7, 0, 917510, 3, 0, 917511, 1, 0, 917512, 0, 0, 917513, 3, 0, 917514, 7, 0, 917515, 7, 0, 917516, 3, 0, 917517, 3, 0, 917518, 3, 0, 917519, 7, 0, 917520, 7, 0, 917521, 7, 0, 917522, 7, 0, 917523, 7, 0, 917524, 3, 0, 917525, 1, 0, 917526, 0, 0, 917527, 3, 0, 917528, 7, 0, 917529, 7, 0, 917530, 7, 0, 1048563, 7, 0, 1048564, 7, 0, 1048565, 7, 0, 1048566, 7, 0, 1048567, 7, 0, 1048568, 7, 0, 1048569, 7, 0, 1048570, 3, 0, 1048571, 8, 0, 1048572, 8, 0, 1048573, 3, 0, 1048574, 7, 0, 1048575, 7, 0, 983040, 7, 0, 983041, 3, 0, 983042, 3, 0, 983043, 7, 0, 983044, 7, 0, 983045, 7, 0, 983046, 3, 0, 983047, 1, 0, 983048, 0, 0, 983049, 3, 0, 983050, 7, 0, 983051, 7, 0, 983052, 7, 0, 983053, 3, 0, 983054, 3, 0, 983055, 3, 0, 983056, 7, 0, 983057, 7, 0, 983058, 7, 0, 983059, 7, 0, 983060, 3, 0, 983061, 1, 0, 983062, 0, 0, 983063, 3, 0, 983064, 7, 0, 983065, 7, 0, 983066, 7, 0, 1114099, 7, 0, 1114100, 7, 0, 1114101, 7, 0, 1114102, 7, 0, 1114103, 7, 0, 1114104, 7, 0, 1114105, 7, 0, 1114106, 3, 0, 1114107, 1, 0, 1114108, 0, 0, 1114109, 3, 0, 1114110, 7, 0, 1114111, 7, 0, 1048576, 7, 0, 1048577, 3, 0, 1048578, 3, 0, 1048579, 7, 0, 1048580, 7, 0, 1048581, 7, 0, 1048582, 3, 0, 1048583, 1, 0, 1048584, 0, 0, 1048585, 3, 0, 1048586, 7, 0, 1048587, 7, 0, 1048588, 7, 0, 1048589, 7, 0, 1048590, 3, 0, 1048591, 3, 0, 1048592, 3, 0, 1048593, 7, 0, 1048594, 7, 0, 1048595, 7, 0, 1048596, 3, 0, 1048597, 1, 0, 1048598, 0, 0, 1048599, 3, 0, 1048600, 7, 0, 1048601, 7, 0, 1048602, 7, 0, 1179635, 7, 0, 1179636, 7, 0, 1179637, 7, 0, 1179638, 7, 0, 1179639, 7, 0, 1179640, 7, 0, 1179641, 7, 0, 1179642, 3, 0, 1179643, 1, 0, 1179644, 0, 0, 1179645, 3, 0, 1179646, 7, 0, 1179647, 7, 0, 1114112, 7, 0, 1114113, 3, 0, 1114114, 3, 0, 1114115, 7, 0, 1114116, 7, 0, 1114117, 7, 0, 1114118, 3, 0, 1114119, 1, 0, 1114120, 0, 0, 1114121, 3, 0, 1114122, 7, 0, 1114123, 7, 0, 1114124, 7, 0, 1114125, 7, 0, 1114126, 7, 0, 1114127, 3, 0, 1114128, 3, 0, 1114129, 3, 0, 1114130, 7, 0, 1114131, 7, 0, 1114132, 3, 0, 1114133, 1, 0, 1114134, 0, 0, 1114135, 3, 0, 1114136, 7, 0, 1114137, 7, 0, 1114138, 7, 0, 1245171, 7, 0, 1245172, 7, 0, 1245173, 7, 0, 1245174, 7, 0, 1245175, 7, 0, 1245176, 7, 0, 1245177, 7, 0, 1245178, 3, 0, 1245179, 1, 0, 1245180, 0, 0, 1245181, 3, 0, 1245182, 7, 0, 1245183, 7, 0, 1179648, 7, 0, 1179649, 7, 0, 1179650, 7, 0, 1179651, 7, 0, 1179652, 7, 0, 1179653, 7, 0, 1179654, 3, 0, 1179655, 1, 0, 1179656, 0, 0, 1179657, 3, 0, 1179658, 7, 0, 1179659, 7, 0, 1179660, 7, 0, 1179661, 7, 0, 1179662, 7, 0, 1179663, 7, 0, 1179664, 3, 0, 1179665, 3, 0, 1179666, 3, 0, 1179667, 7, 0, 1179668, 3, 0, 1179669, 1, 0, 1179670, 0, 0, 1179671, 3, 0, 1179672, 7, 0, 1179673, 7, 0, 1179674, 7, 0, 1310707, 3, 0, 1310708, 3, 0, 1310709, 3, 0, 1310710, 3, 0, 1310711, 7, 0, 1310712, 7, 0, 1310713, 7, 0, 1310714, 3, 0, 1310715, 1, 0, 1310716, 0, 0, 1310717, 3, 0, 1310718, 3, 0, 1310719, 3, 0, 1245184, 3, 0, 1245185, 3, 0, 1245186, 3, 0, 1245187, 3, 0, 1245188, 3, 0, 1245189, 3, 0, 1245190, 3, 0, 1245191, 1, 0, 1245192, 0, 0, 1245193, 3, 0, 1245194, 3, 0, 1245195, 3, 0, 1245196, 3, 0, 1245197, 3, 0, 1245198, 3, 0, 1245199, 3, 0, 1245200, 3, 0, 1245201, 3, 0, 1245202, 3, 0, 1245203, 3, 0, 1245204, 3, 0, 1245205, 1, 0, 1245206, 0, 0, 1245207, 3, 0, 1245208, 7, 0, 1245209, 7, 0, 1245210, 7, 0, 1376243, 6, 0, 1376244, 6, 0, 1376245, 8, 0, 1376246, 3, 0, 1376247, 7, 0, 1376248, 7, 0, 1376249, 7, 0, 1376250, 3, 0, 1376251, 8, 0, 1376252, 8, 0, 1376253, 6, 0, 1376254, 6, 0, 1376255, 6, 0, 1310720, 6, 0, 1310721, 6, 0, 1310722, 6, 0, 1310723, 6, 0, 1310724, 6, 0, 1310725, 6, 0, 1310726, 6, 0, 1310727, 8, 0, 1310728, 8, 0, 1310729, 6, 0, 1310730, 6, 0, 1310731, 6, 0, 1310732, 6, 0, 1310733, 6, 0, 1310734, 6, 0, 1310735, 6, 0, 1310736, 6, 0, 1310737, 6, 0, 1310738, 6, 0, 1310739, 6, 0, 1310740, 6, 0, 1310741, 8, 0, 1310742, 8, 0, 1310743, 3, 0, 1310744, 7, 0, 1310745, 7, 0, 1310746, 7, 0, 1441779, 5, 0, 1441780, 5, 0, 1441781, 8, 0, 1441782, 3, 0, 1441783, 7, 0, 1441784, 7, 0, 1441785, 7, 0, 1441786, 3, 0, 1441787, 8, 0, 1441788, 8, 0, 1441789, 5, 0, 1441790, 5, 0, 1441791, 5, 0, 1376256, 5, 0, 1376257, 5, 0, 1376258, 5, 0, 1376259, 5, 0, 1376260, 5, 0, 1376261, 5, 0, 1376262, 5, 0, 1376263, 8, 0, 1376264, 8, 0, 1376265, 5, 0, 1376266, 5, 0, 1376267, 5, 0, 1376268, 5, 0, 1376269, 5, 0, 1376270, 5, 0, 1376271, 5, 0, 1376272, 5, 0, 1376273, 5, 0, 1376274, 5, 0, 1376275, 5, 0, 1376276, 5, 0, 1376277, 8, 0, 1376278, 8, 0, 1376279, 3, 0, 1376280, 7, 0, 1376281, 7, 0, 1376282, 7, 0, 1507315, 3, 0, 1507316, 3, 0, 1507317, 3, 0, 1507318, 3, 0, 1507319, 7, 0, 1507320, 7, 0, 1507321, 7, 0, 1507322, 3, 0, 1507323, 3, 0, 1507324, 3, 0, 1507325, 3, 0, 1507326, 3, 0, 1507327, 3, 0, 1441792, 8, 0, 1441793, 8, 0, 1441794, 3, 0, 1441795, 3, 0, 1441796, 3, 0, 1441797, 3, 0, 1441798, 3, 0, 1441799, 3, 0, 1441800, 3, 0, 1441801, 3, 0, 1441802, 3, 0, 1441803, 3, 0, 1441804, 3, 0, 1441805, 3, 0, 1441806, 3, 0, 1441807, 3, 0, 1441808, 3, 0, 1441809, 3, 0, 1441810, 3, 0, 1441811, 3, 0, 1441812, 3, 0, 1441813, 8, 0, 1441814, 8, 0, 1441815, 3, 0, 1441816, 7, 0, 1441817, 7, 0, 1441818, 7, 0, 1572851, 7, 0, 1572852, 7, 0, 1572853, 7, 0, 1572854, 7, 0, 1572855, 7, 0, 1572856, 7, 0, 1572857, 7, 0, 1572858, 3, 0, 1572859, 3, 0, 1572860, 7, 0, 1572861, 7, 0, 1572862, 7, 0, 1572863, 3, 0, 1507328, 8, 0, 1507329, 8, 0, 1507330, 3, 0, 1507331, 7, 0, 1507332, 7, 0, 1507333, 7, 0, 1507334, 7, 0, 1507335, 7, 0, 1507336, 7, 0, 1507337, 7, 0, 1507338, 7, 0, 1507339, 7, 0, 1507340, 7, 0, 1507341, 7, 0, 1507342, 7, 0, 1507343, 7, 0, 1507344, 7, 0, 1507345, 7, 0, 1507346, 7, 0, 1507347, 7, 0, 1507348, 3, 0, 1507349, 8, 0, 1507350, 8, 0, 1507351, 3, 0, 1507352, 7, 0, 1507353, 7, 0, 1507354, 7, 0, 1638387, 7, 0, 1638388, 7, 0, 1638389, 7, 0, 1638390, 7, 0, 1638391, 7, 0, 1638392, 3, 0, 1638393, 3, 0, 1638394, 3, 0, 1638395, 3, 0, 1638396, 7, 0, 1638397, 7, 0, 1638398, 7, 0, 1638399, 3, 0, 1572864, 8, 0, 1572865, 8, 0, 1572866, 3, 0, 1572867, 7, 0, 1572868, 7, 0, 1572869, 7, 0, 1572870, 7, 0, 1572871, 7, 0, 1572872, 7, 0, 1572873, 7, 0, 1572874, 7, 0, 1572875, 7, 0, 1572876, 7, 0, 1572877, 7, 0, 1572878, 7, 0, 1572879, 7, 0, 1572880, 7, 0, 1572881, 7, 0, 1572882, 7, 0, 1572883, 7, 0, 1572884, 3, 0, 1572885, 8, 0, 1572886, 8, 0, 1572887, 3, 0, 1572888, 3, 0, 1572889, 3, 0, 1572890, 7, 0, 1703923, 7, 0, 1703924, 7, 0, 1703925, 7, 0, 1703926, 7, 0, 1703927, 7, 0, 1703928, 3, 0, 1703929, 3, 0, 1703930, 3, 0, 1703931, 3, 0, 1703932, 7, 0, 1703933, 7, 0, 1703934, 7, 0, 1703935, 3, 0, 1638400, 3, 0, 1638401, 3, 0, 1638402, 3, 0, 1638403, 7, 0, 1638404, 7, 0, 1638405, 7, 0, 1638406, 7, 0, 1638407, 7, 0, 1638408, 7, 0, 1638409, 7, 0, 1638410, 7, 0, 1638411, 7, 0, 1638412, 7, 0, 1638413, 7, 0, 1638414, 7, 0, 1638415, 7, 0, 1638416, 7, 0, 1638417, 7, 0, 1638418, 7, 0, 1638419, 7, 0, 1638420, 3, 0, 1638421, 3, 0, 1638422, 3, 0, 1638423, 3, 0, 1638424, 3, 0, 1638425, 3, 0, 1638426, 7, 0, 1769459, 7, 0, 1769460, 7, 0, 1769461, 7, 0, 1769462, 7, 0, 1769463, 7, 0, 1769464, 7, 0, 1769465, 7, 0, 1769466, 7, 0, 1769467, 7, 0, 1769468, 7, 0, 1769469, 7, 0, 1769470, 7, 0, 1769471, 7, 0, 1703936, 7, 0, 1703937, 7, 0, 1703938, 7, 0, 1703939, 7, 0, 1703940, 7, 0, 1703941, 7, 0, 1703942, 7, 0, 1703943, 7, 0, 1703944, 7, 0, 1703945, 7, 0, 1703946, 7, 0, 1703947, 7, 0, 1703948, 7, 0, 1703949, 7, 0, 1703950, 7, 0, 1703951, 7, 0, 1703952, 7, 0, 1703953, 7, 0, 1703954, 7, 0, 1703955, 7, 0, 1703956, 7, 0, 1703957, 7, 0, 1703958, 7, 0, 1703959, 7, 0, 1703960, 7, 0, 1703961, 7, 0, 1703962, 7, 0, 1834995, 7, 0, 1834996, 7, 0, 1834997, 7, 0, 1834998, 7, 0, 1834999, 7, 0, 1835000, 7, 0, 1835001, 7, 0, 1835002, 7, 0, 1835003, 7, 0, 1835004, 7, 0, 1835005, 7, 0, 1835006, 7, 0, 1835007, 7, 0, 1769472, 7, 0, 1769473, 7, 0, 1769474, 7, 0, 1769475, 7, 0, 1769476, 7, 0, 1769477, 7, 0, 1769478, 7, 0, 1769479, 7, 0, 1769480, 7, 0, 1769481, 7, 0, 1769482, 7, 0, 1769483, 7, 0, 1769484, 7, 0, 1769485, 7, 0, 1769486, 7, 0, 1769487, 7, 0, 1769488, 7, 0, 1769489, 7, 0, 1769490, 7, 0, 1769491, 7, 0, 1769492, 7, 0, 1769493, 7, 0, 1769494, 7, 0, 1769495, 7, 0, 1769496, 7, 0, 1769497, 7, 0, 1769498, 7, 0 ) +[node name="TileMap" parent="." instance=ExtResource( 6 )] [node name="YSort" type="YSort" parent="."] diff --git a/scripts/Sprite.gd b/scripts/Sprite.gd new file mode 100644 index 0000000..439f7a9 --- /dev/null +++ b/scripts/Sprite.gd @@ -0,0 +1,16 @@ +extends Sprite + + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + + +# Called when the node enters the scene tree for the first time. +func _ready(): + pass # Replace with function body. + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +#func _process(delta): +# pass diff --git a/scripts/bushes.gd b/scripts/bushes.gd new file mode 100644 index 0000000..27a9654 --- /dev/null +++ b/scripts/bushes.gd @@ -0,0 +1,19 @@ +extends Node2D + + +# Declare member variables here. Examples: +# var a = 2 +# var b = "text" + +onready var bush1 = $Bush1/Sprite +onready var bush2 = $Bush4/Sprite + +# Called when the node enters the scene tree for the first time. +func _ready(): + bush1.set_modulate(Color(0.75, 0.75, 0.75)) + bush2.set_modulate(Color(0.75, 0.75, 0.75)) + + +# Called every frame. 'delta' is the elapsed time since the previous frame. +#func _process(delta): +# pass