blob: 0b14317a6e9b1b31df19ab57c769c2bc9deab1c3 (
plain)
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
66
67
68
69
70
71
72
73
74
75
|
[gd_scene load_steps=9 format=2]
[ext_resource path="res://Art(non-orig)/LagunaSeca.png" type="Texture" id=1]
[ext_resource path="res://4WheelCar/4WheelCar.tscn" type="PackedScene" id=2]
[ext_resource path="res://Interface/Camera2D.gd" type="Script" id=16]
[ext_resource path="res://Art(non-orig)/LCDMonoWinTT/LCDML___.TTF" type="DynamicFontData" id=17]
[ext_resource path="res://Interface/RichTextLabel.gd" type="Script" id=18]
[ext_resource path="res://Surfaces/Area2D.gd" type="Script" id=25]
[sub_resource type="DynamicFont" id=7]
size = 200
font_data = ExtResource( 17 )
[sub_resource type="RectangleShape2D" id=8]
extents = Vector2( 795.282, 251.806 )
[node name="World" type="Node"]
__meta__ = {
"_edit_horizontal_guides_": [ 0.0 ]
}
[node name="Sprite" type="Sprite" parent="."]
position = Vector2( -30386, 29426.2 )
scale = Vector2( 21.05, 21.05 )
texture = ExtResource( 1 )
[node name="Cars" type="Node" parent="."]
[node name="4WheelCar" parent="Cars" instance=ExtResource( 2 )]
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2( -895.896, -973.722 )
current = true
zoom = Vector2( 2, 2 )
process_mode = 0
limit_smoothed = true
drag_margin_left = 0.01
drag_margin_top = 0.01
drag_margin_right = 0.01
drag_margin_bottom = 0.01
script = ExtResource( 16 )
__meta__ = {
"_edit_group_": true
}
[node name="Panel" type="Panel" parent="Camera2D"]
margin_left = 479.896
margin_top = 237.722
margin_right = 895.896
margin_bottom = 492.722
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Speedometer" type="RichTextLabel" parent="Camera2D/Panel"]
margin_left = 44.7994
margin_top = 34.9523
margin_right = 386.135
margin_bottom = 212.952
custom_fonts/normal_font = SubResource( 7 )
custom_colors/default_color = Color( 0.0784314, 1, 0, 1 )
text = "123"
scroll_active = false
script = ExtResource( 18 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Area2D" type="Area2D" parent="."]
position = Vector2( 746.768, -783.73 )
script = ExtResource( 25 )
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
position = Vector2( -627.433, 382.855 )
shape = SubResource( 8 )
|