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

23 lines
618 B
Text
Raw Normal View History

2021-04-08 13:25:25 +02:00
[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 )
2021-04-08 13:31:11 +02:00
volume_db = -30.0
2021-04-08 13:25:25 +02:00
autoplay = true