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
|
[gd_scene load_steps=9 format=2]
[ext_resource path="res://textures/backgrounds/background_grey.png" type="Texture" id=1]
[ext_resource path="res://components/PathRenderer.gd" type="Script" id=2]
[ext_resource path="res://components/healthbar/healtbar.tscn" type="PackedScene" id=3]
[ext_resource path="res://components/button.tscn" type="PackedScene" id=4]
[ext_resource path="res://scenes/pause.tscn" type="PackedScene" id=5]
[ext_resource path="res://scenes/levels/base_level.gd" type="Script" id=6]
[ext_resource path="res://components/textreveal.gd" type="Script" id=7]
[sub_resource type="Curve2D" id=1]
_data = {
"points": PoolVector2Array( 0, 0, 0, 0, 498.557, 573.469, 0, 0, 0, 0, 260.715, 288.06, 0, 0, 0, 0, 18.117, 259.519, 0, 0, 0, 0, -224.481, 259.519, 0, 0, 0, 0, -348.159, 264.276, 0, 0, 0, 0, -362.429, 378.439, 0, 0, 0, 0, -357.672, 559.199 )
}
[node name="BaseLevel" type="Node2D"]
position = Vector2( 486.33, -65.5159 )
script = ExtResource( 6 )
[node name="Camera2D" type="Camera2D" parent="."]
position = Vector2( 153.457, 427.259 )
current = true
[node name="background_blue" type="Sprite" parent="Camera2D"]
position = Vector2( 8.47589, -0.203278 )
scale = Vector2( 0.691279, 0.704278 )
texture = ExtResource( 1 )
[node name="PathRenderer" type="Node2D" parent="."]
script = ExtResource( 2 )
[node name="Path2D" type="Path2D" parent="PathRenderer"]
curve = SubResource( 1 )
[node name="healthbar" parent="." instance=ExtResource( 3 )]
position = Vector2( -441.92, 105.896 )
maxhealth = 3
offset = 60
[node name="MenuButton" parent="." instance=ExtResource( 4 )]
position = Vector2( 734.768, 113.978 )
text = "Menu"
[node name="Control" type="Control" parent="."]
margin_left = 57.67
margin_top = 289.516
margin_right = 97.67
margin_bottom = 329.516
[node name="TextReveal" type="Label" parent="Control"]
margin_right = 40.0
margin_bottom = 14.0
script = ExtResource( 7 )
__meta__ = {
"_edit_use_anchors_": false
}
to_render = "Im Folgenden finden Sie Neuerungen/Änderungen zu den nationalen und internationalen Beförderungsbedingungen der DB Fernverkehr AG und der DB Regio AG gemäß Paragraph 12 Absatz 6 Allgemeines Eisenbahngesetz (AEG).
Tarifbekanntmachung national DB Fernverkehr AG und DB Regio AG, Stand 16.04.2021 (PDF, 261KB)
Tarifbekanntmachungen international DB Fernverkehr AG, Stand 24.04.2021 (PDF, 128KB)"
speed = 10.0
[node name="PauseMenu" parent="." instance=ExtResource( 5 )]
visible = false
position = Vector2( 155.016, 424.068 )
[connection signal="on_click" from="MenuButton" to="." method="_on_MenuButton_on_click"]
|