finished support
This commit is contained in:
parent
a57d79e84a
commit
c2d5f72d4c
4 changed files with 21 additions and 3 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 35 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 12 KiB |
|
|
@ -1,4 +1,4 @@
|
||||||
[gd_scene load_steps=23 format=3 uid="uid://dpxxjfd5lv5sv"]
|
[gd_scene load_steps=24 format=3 uid="uid://dpxxjfd5lv5sv"]
|
||||||
|
|
||||||
[ext_resource type="Theme" uid="uid://e8n88g31w7x7" path="res://assets/themes/ChooseYourSeeds.tres" id="1_bfo8i"]
|
[ext_resource type="Theme" uid="uid://e8n88g31w7x7" path="res://assets/themes/ChooseYourSeeds.tres" id="1_bfo8i"]
|
||||||
[ext_resource type="Texture2D" uid="uid://dr8a0rx42o3qy" path="res://assets/sprites/gui/ChooseYourSeeds/PlantFrame.tres" id="2_so2bw"]
|
[ext_resource type="Texture2D" uid="uid://dr8a0rx42o3qy" path="res://assets/sprites/gui/ChooseYourSeeds/PlantFrame.tres" id="2_so2bw"]
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
[ext_resource type="Script" uid="uid://eq3ecja30mlj" path="res://scripts/gui/choose_your_seeds/GridLoader.cs" id="4_i7sou"]
|
[ext_resource type="Script" uid="uid://eq3ecja30mlj" path="res://scripts/gui/choose_your_seeds/GridLoader.cs" id="4_i7sou"]
|
||||||
[ext_resource type="PackedScene" uid="uid://10b1egek6upx" path="res://scenes/gui/level_run_button.tscn" id="5_n80ic"]
|
[ext_resource type="PackedScene" uid="uid://10b1egek6upx" path="res://scenes/gui/level_run_button.tscn" id="5_n80ic"]
|
||||||
[ext_resource type="Script" uid="uid://d26waisd3v488" path="res://scripts/gui/choose_your_seeds/LevelRunButton.cs" id="7_k6b6g"]
|
[ext_resource type="Script" uid="uid://d26waisd3v488" path="res://scripts/gui/choose_your_seeds/LevelRunButton.cs" id="7_k6b6g"]
|
||||||
[ext_resource type="Texture2D" uid="uid://y2hhywmmy0t5" path="res://assets/sprites/lehauico.png" id="8_f8xw6"]
|
[ext_resource type="Texture2D" uid="uid://dvldjlg0nr355" path="res://assets/sprites/atlases/atlas1.png" id="8_f8xw6"]
|
||||||
[ext_resource type="Texture2D" uid="uid://drydueofrb448" path="res://assets/sprites/gui/almanach/book.tres" id="8_hmdmm"]
|
[ext_resource type="Texture2D" uid="uid://drydueofrb448" path="res://assets/sprites/gui/almanach/book.tres" id="8_hmdmm"]
|
||||||
[ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="8_v7xff"]
|
[ext_resource type="Script" uid="uid://c36bj8u7jghc7" path="res://scripts/audio/ChannelPlayer.cs" id="8_v7xff"]
|
||||||
[ext_resource type="Script" uid="uid://diwjgekhvn017" path="res://scripts/gui/choose_your_seeds/CYSResetButton.cs" id="9_kwnqh"]
|
[ext_resource type="Script" uid="uid://diwjgekhvn017" path="res://scripts/gui/choose_your_seeds/CYSResetButton.cs" id="9_kwnqh"]
|
||||||
|
|
@ -25,6 +25,10 @@ viewport_path = NodePath("Panel/MarginContainer/VBoxContainer/HBoxContainer/Fram
|
||||||
font_size = 24
|
font_size = 24
|
||||||
font_color = Color(0, 0, 0, 1)
|
font_color = Color(0, 0, 0, 1)
|
||||||
|
|
||||||
|
[sub_resource type="AtlasTexture" id="AtlasTexture_kwnqh"]
|
||||||
|
atlas = ExtResource("8_f8xw6")
|
||||||
|
region = Rect2(626, 210, 31, 31)
|
||||||
|
|
||||||
[sub_resource type="GDScript" id="GDScript_hmdmm"]
|
[sub_resource type="GDScript" id="GDScript_hmdmm"]
|
||||||
resource_name = "Almanach"
|
resource_name = "Almanach"
|
||||||
script/source = "extends Button
|
script/source = "extends Button
|
||||||
|
|
@ -164,7 +168,7 @@ script = ExtResource("7_k6b6g")
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
focus_neighbor_top = NodePath("../LevelRunButton")
|
focus_neighbor_top = NodePath("../LevelRunButton")
|
||||||
focus_neighbor_bottom = NodePath("../AlmanachButton")
|
focus_neighbor_bottom = NodePath("../AlmanachButton")
|
||||||
icon = ExtResource("8_f8xw6")
|
icon = SubResource("AtlasTexture_kwnqh")
|
||||||
icon_alignment = 1
|
icon_alignment = 1
|
||||||
script = ExtResource("9_kwnqh")
|
script = ExtResource("9_kwnqh")
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -484,6 +484,20 @@ tracks/5/keys = {
|
||||||
"times": PackedFloat32Array(0)
|
"times": PackedFloat32Array(0)
|
||||||
}
|
}
|
||||||
tracks/5/use_blend = true
|
tracks/5/use_blend = true
|
||||||
|
tracks/6/type = "method"
|
||||||
|
tracks/6/imported = false
|
||||||
|
tracks/6/enabled = true
|
||||||
|
tracks/6/path = NodePath("VBoxContainer/RestartButton")
|
||||||
|
tracks/6/interp = 1
|
||||||
|
tracks/6/loop_wrap = true
|
||||||
|
tracks/6/keys = {
|
||||||
|
"times": PackedFloat32Array(0),
|
||||||
|
"transitions": PackedFloat32Array(1),
|
||||||
|
"values": [{
|
||||||
|
"args": [],
|
||||||
|
"method": &"grab_focus"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
|
||||||
[sub_resource type="Animation" id="Animation_y72yf"]
|
[sub_resource type="Animation" id="Animation_y72yf"]
|
||||||
resource_name = "win"
|
resource_name = "win"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue