[gd_scene load_steps=7 format=2] [ext_resource path="res://track1/track1.png" type="Texture" id=1] [ext_resource path="res://TileMap.gd" type="Script" id=2] [ext_resource path="res://Track.tscn" type="PackedScene" id=3] [ext_resource path="res://Gui.tscn" type="PackedScene" id=4] [ext_resource path="res://wrong_way.tscn" type="PackedScene" id=5] [sub_resource type="TileSet" id=1] 0/name = "rd" 0/texture = ExtResource( 1 ) 0/tex_offset = Vector2( 0, 0 ) 0/modulate = Color( 1, 1, 1, 1 ) 0/region = Rect2( -35, -35, 315, 315 ) 0/tile_mode = 0 0/occluder_offset = Vector2( 0, 0 ) 0/navigation_offset = Vector2( 0, 0 ) 0/shapes = [ ] 0/z_index = 0 1/name = "lr" 1/texture = ExtResource( 1 ) 1/tex_offset = Vector2( 0, 0 ) 1/modulate = Color( 1, 1, 1, 1 ) 1/region = Rect2( 280, 0, 245, 280 ) 1/tile_mode = 0 1/occluder_offset = Vector2( 0, 0 ) 1/navigation_offset = Vector2( 0, 0 ) 1/shapes = [ ] 1/z_index = 0 2/name = "ld" 2/texture = ExtResource( 1 ) 2/tex_offset = Vector2( 0, 0 ) 2/modulate = Color( 1, 1, 1, 1 ) 2/region = Rect2( 525, 0, 280, 280 ) 2/tile_mode = 0 2/occluder_offset = Vector2( 0, 0 ) 2/navigation_offset = Vector2( 0, 0 ) 2/shapes = [ ] 2/z_index = 0 3/name = "track1.png 3" 3/texture = ExtResource( 1 ) 3/tex_offset = Vector2( 0, 0 ) 3/modulate = Color( 1, 1, 1, 1 ) 3/region = Rect2( -35, 280, 315, 245 ) 3/tile_mode = 0 3/occluder_offset = Vector2( 0, 0 ) 3/navigation_offset = Vector2( 0, 0 ) 3/shapes = [ ] 3/z_index = 0 4/name = "track1.png 4" 4/texture = ExtResource( 1 ) 4/tex_offset = Vector2( 0, 0 ) 4/modulate = Color( 1, 1, 1, 1 ) 4/region = Rect2( 525, 280, 280, 245 ) 4/tile_mode = 0 4/occluder_offset = Vector2( 0, 0 ) 4/navigation_offset = Vector2( 0, 0 ) 4/shapes = [ ] 4/z_index = 0 5/name = "ur" 5/texture = ExtResource( 1 ) 5/tex_offset = Vector2( 0, 0 ) 5/modulate = Color( 1, 1, 1, 1 ) 5/region = Rect2( -35, 525, 315, 280 ) 5/tile_mode = 0 5/occluder_offset = Vector2( 0, 0 ) 5/navigation_offset = Vector2( 0, 0 ) 5/shapes = [ ] 5/z_index = 0 6/name = "rl" 6/texture = ExtResource( 1 ) 6/tex_offset = Vector2( 0, 0 ) 6/modulate = Color( 1, 1, 1, 1 ) 6/region = Rect2( 280, 525, 245, 280 ) 6/tile_mode = 0 6/occluder_offset = Vector2( 0, 0 ) 6/navigation_offset = Vector2( 0, 0 ) 6/shapes = [ ] 6/z_index = 0 7/name = "ul" 7/texture = ExtResource( 1 ) 7/tex_offset = Vector2( 0, 0 ) 7/modulate = Color( 1, 1, 1, 1 ) 7/region = Rect2( 525, 525, 280, 280 ) 7/tile_mode = 0 7/occluder_offset = Vector2( 0, 0 ) 7/navigation_offset = Vector2( 0, 0 ) 7/shapes = [ ] 7/z_index = 0 [node name="Node2D" type="Node2D"] [node name="TileMap" type="TileMap" parent="."] tile_set = SubResource( 1 ) cell_size = Vector2( 320, 320 ) format = 1 tile_data = PoolIntArray( 0, 0, 0, 1, 1, 0, 2, 1, 0, 3, 2, 0, 65536, 5, 0, 65537, 1, 0, 65538, 1, 0, 65539, 7, 0 ) script = ExtResource( 2 ) [node name="Track" parent="." instance=ExtResource( 3 )] [node name="GUI" parent="." instance=ExtResource( 4 )] [node name="Wrong Way" parent="." instance=ExtResource( 5 )] [node name="Background" type="CanvasLayer" parent="."] layer = -1 [node name="ColorRect" type="ColorRect" parent="Background"] margin_right = 1920.0 margin_bottom = 1080.0 color = Color( 0.121569, 0.301961, 0.0862745, 1 )