save system

This commit is contained in:
zoe 2021-10-01 16:23:48 +02:00
parent ad8de1dbb7
commit ffcccb8c2e
29 changed files with 286 additions and 77 deletions

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=10 format=2]
[gd_scene load_steps=11 format=2]
[ext_resource path="res://Menu/MenuPage.tscn" type="PackedScene" id=1]
[ext_resource path="res://Menu/Buttons/RestartButton.tscn" type="PackedScene" id=2]
@ -8,6 +8,7 @@
[ext_resource path="res://Menu/Icons/Home/homeIcon1.png" type="Texture" id=6]
[ext_resource path="res://Menu/Icons/Home/homeIcon2.png" type="Texture" id=7]
[ext_resource path="res://Menu/Icons/Home/homeIcon3.png" type="Texture" id=8]
[ext_resource path="res://Menu/WinScreenScoreLabel.gd" type="Script" id=9]
[sub_resource type="Animation" id=1]
resource_name = "win"
@ -40,8 +41,8 @@ script = ExtResource( 4 )
visible = false
[node name="GridContainer" parent="Control/Panel/CenterContainer" index="0"]
margin_top = 55.0
margin_bottom = 109.0
margin_top = 44.0
margin_bottom = 120.0
[node name="ButtonRow" parent="Control/Panel/CenterContainer/GridContainer" index="1"]
margin_bottom = 54.0
@ -59,6 +60,14 @@ texture_normal = ExtResource( 6 )
texture_pressed = ExtResource( 8 )
texture_hover = ExtResource( 7 )
[node name="WinScreenScoreLabel" type="Label" parent="Control/Panel/CenterContainer/GridContainer" index="2"]
margin_top = 58.0
margin_right = 86.0
margin_bottom = 76.0
text = "700"
align = 1
script = ExtResource( 9 )
[node name="AnimationPlayer" type="AnimationPlayer" parent="." index="1"]
anims/win = SubResource( 1 )