38 lines
1,000 B
Text
38 lines
1,000 B
Text
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://mini-game/ressources/font/joystix/ot/joystix monospace.otf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://mini-game/scenes/decor/instructionsUI.gd" type="Script" id=2]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 50
|
|
outline_size = 8
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[node name="instructionsUI" type="Control"]
|
|
anchor_right = 1.0
|
|
margin_left = 2.82837
|
|
margin_top = 2.82837
|
|
margin_right = 2.82837
|
|
margin_bottom = 1082.83
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_left = -2.82837
|
|
margin_top = 291.627
|
|
margin_right = 1918.17
|
|
margin_bottom = 645.627
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer"]
|
|
margin_top = 146.0
|
|
margin_right = 1920.0
|
|
margin_bottom = 207.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Appuyer sur ESPACE pour sauter"
|
|
align = 1
|