22 lines
618 B
Text
22 lines
618 B
Text
[gd_scene load_steps=4 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]
|
|
|
|
[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
|