Files
CarRacer/wrong_way.tscn
2020-10-28 16:08:07 +01:00

26 lines
689 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://Oswald-Bold.otf" type="DynamicFontData" id=1]
[ext_resource path="res://Wrong Way.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=5]
size = 40
outline_size = 2
outline_color = Color( 0.254902, 0.121569, 0.121569, 1 )
extra_spacing_char = 3
extra_spacing_space = 3
font_data = ExtResource( 1 )
[node name="Wrong Way" type="Label"]
margin_left = 513.246
margin_top = 252.694
margin_right = 782.246
margin_bottom = 307.694
rect_rotation = -5.0
custom_fonts/font = SubResource( 5 )
custom_colors/font_color = Color( 0.780392, 0.129412, 0.129412, 1 )
text = "WRONG WAY !!"
align = 1
valign = 1
script = ExtResource( 2 )