-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtrack.tscn
More file actions
28 lines (23 loc) · 983 Bytes
/
track.tscn
File metadata and controls
28 lines (23 loc) · 983 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[gd_scene load_steps=5 format=3 uid="uid://cgpqkdh7s0w6j"]
[ext_resource type="Script" uid="uid://wwqjo7gtatob" path="res://track.gd" id="1_mll3j"]
[ext_resource type="Texture2D" uid="uid://biklkd3klesbr" path="res://assets/sky_new.png" id="2_8nfsw"]
[ext_resource type="Texture2D" uid="uid://bjfreohtxcnmd" path="res://assets/mountains_new.png" id="3_vr403"]
[ext_resource type="Texture2D" uid="uid://b0yb0jn6au3o3" path="res://assets/hills_new.png" id="4_ucvjy"]
[node name="Track" type="Node2D"]
position = Vector2(0, -4)
script = ExtResource("1_mll3j")
[node name="Sky" type="Sprite2D" parent="."]
z_index = -1
texture = ExtResource("2_8nfsw")
centered = false
offset = Vector2(-860, 0)
[node name="HorizonFar" type="Sprite2D" parent="."]
z_index = -1
texture = ExtResource("3_vr403")
centered = false
offset = Vector2(-860, 150)
[node name="HorizonNear" type="Sprite2D" parent="."]
z_index = -1
texture = ExtResource("4_ucvjy")
centered = false
offset = Vector2(-860, 300)