This repository has been archived on 2022-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
Tyra/scenes/GameOver.tscn

62 lines
1.5 KiB
Text

[gd_scene load_steps=8 format=2]
[ext_resource path="res://assets/images/gameOver.png" type="Texture" id=1]
[ext_resource path="res://scripts/GameOver.gd" type="Script" id=2]
[ext_resource path="res://assets/sounds/mort.wav" type="AudioStream" id=3]
[sub_resource type="DynamicFontData" id=1]
font_path = "res://assets/fonts/tyrafont.ttf"
[sub_resource type="DynamicFont" id=2]
size = 45
font_data = SubResource( 1 )
[sub_resource type="DynamicFontData" id=3]
font_path = "res://assets/fonts/tyrafont.ttf"
[sub_resource type="DynamicFont" id=4]
size = 45
font_data = SubResource( 3 )
[node name="GameOver" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Sprite" type="Sprite" parent="."]
texture = ExtResource( 1 )
centered = false
[node name="AudioStreamPlayer" type="AudioStreamPlayer" parent="."]
stream = ExtResource( 3 )
volume_db = -30.0
autoplay = true
[node name="labelNiveauMax" type="Label" parent="."]
margin_left = 578.0
margin_top = 415.0
margin_right = 657.0
margin_bottom = 470.0
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 0.172549, 0.588235, 0.529412, 1 )
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="labelEnnemisTues" type="Label" parent="."]
margin_left = 640.0
margin_top = 514.0
margin_right = 795.0
margin_bottom = 586.0
custom_fonts/font = SubResource( 4 )
custom_colors/font_color = Color( 0.172549, 0.588235, 0.529412, 1 )
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}