-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathscene-models.tscn
65 lines (53 loc) · 2.02 KB
/
scene-models.tscn
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[gd_scene load_steps=10 format=2]
[ext_resource path="res://queue_free plus make_invisible.gd" type="Script" id=1]
[ext_resource path="res://objects/model car FordA.tscn" type="PackedScene" id=2]
[ext_resource path="res://objects/model car Testarossa.tscn" type="PackedScene" id=3]
[ext_resource path="res://objects/model car Kombi.tscn" type="PackedScene" id=4]
[ext_resource path="res://objects/model car Escort.tscn" type="PackedScene" id=5]
[ext_resource path="res://objects/model car Uno.tscn" type="PackedScene" id=6]
[ext_resource path="res://objects/playercamera.tscn" type="PackedScene" id=7]
[ext_resource path="res://objects/thing Tree1.tscn" type="PackedScene" id=8]
[ext_resource path="res://objects/thing Lightpost.tscn" type="PackedScene" id=9]
[node name="scene models" type="Node2D"]
[node name="playercamera" parent="." instance=ExtResource( 7 )]
position = Vector2( 0, -44 )
noclip = true
speed = 200
min_Z = 0
vbob_max = 0.0
vbob_speed = 0.0
vroll_multi = 0.0
cull_on = false
higfx = true
[node name="Hand" parent="playercamera/View" index="3"]
visible = true
modulate = Color( 1, 1, 1, 0.498039 )
[node name="Escort" parent="." instance=ExtResource( 5 )]
position = Vector2( -1567, 33 )
rotation = 4.71239
script = ExtResource( 1 )
[node name="FordA" parent="." instance=ExtResource( 2 )]
position = Vector2( -856, 0 )
rotation = 4.71239
script = ExtResource( 1 )
[node name="Kombi" parent="." instance=ExtResource( 4 )]
position = Vector2( -1353, 0 )
rotation = 4.71239
script = ExtResource( 1 )
[node name="Testarossa" parent="." instance=ExtResource( 3 )]
position = Vector2( -1026, 0 )
rotation = 4.71239
script = ExtResource( 1 )
[node name="Uno" parent="." instance=ExtResource( 6 )]
position = Vector2( -1180, 0 )
rotation = 4.71239
script = ExtResource( 1 )
[node name="Tree7" parent="." instance=ExtResource( 8 )]
position = Vector2( -444, 0 )
scale = Vector2( 1, 1 )
positionZ = 0
scaleZ = 1.0
[node name="Lightpost" parent="." instance=ExtResource( 9 )]
position = Vector2( -630, 0 )
positionZ = 0
[editable path="playercamera"]