GameOverScreen.tscn (499B)
1 [gd_scene load_steps=3 format=2] 2 3 [ext_resource path="res://graphics/gameover.png" type="Texture" id=1] 4 [ext_resource path="res://GameOverScreen.gd" type="Script" id=2] 5 6 [node name="GameOverScreen" type="Node2D"] 7 script = ExtResource( 2 ) 8 9 [node name="Gameover" type="Sprite" parent="."] 10 position = Vector2( 256, 150 ) 11 texture = ExtResource( 1 ) 12 13 [node name="Label" type="Label" parent="."] 14 margin_left = 447.0 15 margin_top = 278.0 16 margin_right = 487.0 17 margin_bottom = 292.0 18 text = "lvl: 1" 19 align = 2