teststrecke-game/scenes/game.tscn

55 lines
1.2 KiB
Text
Raw Normal View History

2024-11-03 18:16:30 +00:00
[gd_scene load_steps=2 format=3 uid="uid://cotth8e5rtioe"]
[ext_resource type="Script" path="res://scripts/game.gd" id="1_7syh4"]
[node name="Game" type="Node2D"]
script = ExtResource("1_7syh4")
[node name="Camera2D" type="Camera2D" parent="."]
[node name="speedlabel" type="Label" parent="Camera2D"]
z_index = 8
offset_left = -484.0
offset_top = 213.0
offset_right = -68.0
offset_bottom = 258.0
theme_override_font_sizes/font_size = 32
text = "125"
vertical_alignment = 1
[node name="cars" type="Node" parent="."]
[node name="minPos" type="Label" parent="."]
z_index = 7
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -11.5
offset_right = 20.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
text = "Min"
horizontal_alignment = 1
vertical_alignment = 1
[node name="maxPos" type="Label" parent="."]
z_index = 7
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -20.0
offset_top = -11.5
offset_right = 20.0
offset_bottom = 11.5
grow_horizontal = 2
grow_vertical = 2
text = "Max"
horizontal_alignment = 1
vertical_alignment = 1