difficulty icons in file create screen :)

This commit is contained in:
Haze Weathers 2024-12-01 23:09:20 -05:00
parent b7b6ff64f3
commit ceb65b4318

View file

@ -1,23 +1,26 @@
[gd_scene load_steps=29 format=2] [gd_scene load_steps=32 format=2]
[ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1] [ext_resource path="res://shaders/ska_plane.gdshader" type="Shader" id=1]
[ext_resource path="res://ui/theme.tres" type="Theme" id=2] [ext_resource path="res://ui/theme.tres" type="Theme" id=2]
[ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=3] [ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=3]
[ext_resource path="res://graphics/hud/sg_menu.png" type="Texture" id=4] [ext_resource path="res://graphics/hud/sg_menu.png" type="Texture" id=4]
[ext_resource path="res://graphics/hud/sg_tasting.png" type="Texture" id=5] [ext_resource path="res://graphics/hud/sg_tasting.png" type="Texture" id=5]
[ext_resource path="res://graphics/hud/pause_arrow.png" type="Texture" id=6] [ext_resource path="res://graphics/hud/scores/salty.png" type="Texture" id=6]
[ext_resource path="res://menus/file_create.gd" type="Script" id=7] [ext_resource path="res://menus/file_create.gd" type="Script" id=7]
[ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=8] [ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=8]
[ext_resource path="res://tilesets/t_abstract.tres" type="TileSet" id=9] [ext_resource path="res://tilesets/t_abstract.tres" type="TileSet" id=9]
[ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=10] [ext_resource path="res://objects/player/player.tscn" type="PackedScene" id=10]
[ext_resource path="res://objects/hud/letter_block.tscn" type="PackedScene" id=11] [ext_resource path="res://objects/hud/letter_block.tscn" type="PackedScene" id=11]
[ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=12] [ext_resource path="res://tilesets/t_ladders.tres" type="TileSet" id=12]
[ext_resource path="res://graphics/hud/scores/sweet.png" type="Texture" id=13]
[ext_resource path="res://graphics/exit/exit.png" type="Texture" id=14] [ext_resource path="res://graphics/exit/exit.png" type="Texture" id=14]
[ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=15] [ext_resource path="res://objects/environment/ladder/ladder.tscn" type="PackedScene" id=15]
[ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=16] [ext_resource path="res://objects/hud/menu_sounds.tscn" type="PackedScene" id=16]
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=17] [ext_resource path="res://shaders/can_stain.tres" type="Material" id=17]
[ext_resource path="res://shaders/beam_of_sin.gdshader" type="Shader" id=18] [ext_resource path="res://shaders/beam_of_sin.gdshader" type="Shader" id=18]
[ext_resource path="res://graphics/exit/exit_back.png" type="Texture" id=19] [ext_resource path="res://graphics/exit/exit_back.png" type="Texture" id=19]
[ext_resource path="res://graphics/hud/scores/pungent.png" type="Texture" id=20]
[ext_resource path="res://graphics/hud/scores/spicy.png" type="Texture" id=21]
[sub_resource type="ShaderMaterial" id=1] [sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 ) shader = ExtResource( 1 )
@ -136,20 +139,20 @@ theme = ExtResource( 2 )
[node name="Sweet" type="TextureButton" parent="DifficultySelect/ButtonsPanel"] [node name="Sweet" type="TextureButton" parent="DifficultySelect/ButtonsPanel"]
material = SubResource( 3 ) material = SubResource( 3 )
margin_left = 8.0 margin_left = 5.0
margin_top = 9.0 margin_top = 8.0
margin_right = 16.0 margin_right = 17.0
margin_bottom = 17.0 margin_bottom = 20.0
focus_neighbour_top = NodePath("../Pungent") focus_neighbour_top = NodePath("../Pungent")
focus_neighbour_bottom = NodePath("../Salty") focus_neighbour_bottom = NodePath("../Salty")
texture_focused = ExtResource( 6 ) texture_focused = ExtResource( 13 )
[node name="Salty" type="TextureButton" parent="DifficultySelect/ButtonsPanel"] [node name="Salty" type="TextureButton" parent="DifficultySelect/ButtonsPanel"]
material = SubResource( 3 ) material = SubResource( 3 )
margin_left = 8.0 margin_left = 5.0
margin_top = 22.0 margin_top = 21.0
margin_right = 16.0 margin_right = 17.0
margin_bottom = 30.0 margin_bottom = 33.0
focus_neighbour_top = NodePath("../Sweet") focus_neighbour_top = NodePath("../Sweet")
focus_neighbour_bottom = NodePath("../Spicy") focus_neighbour_bottom = NodePath("../Spicy")
texture_focused = ExtResource( 6 ) texture_focused = ExtResource( 6 )
@ -157,29 +160,29 @@ texture_focused = ExtResource( 6 )
[node name="Spicy" type="TextureButton" parent="DifficultySelect/ButtonsPanel"] [node name="Spicy" type="TextureButton" parent="DifficultySelect/ButtonsPanel"]
unique_name_in_owner = true unique_name_in_owner = true
material = SubResource( 3 ) material = SubResource( 3 )
margin_left = 8.0 margin_left = 5.0
margin_top = 35.0 margin_top = 34.0
margin_right = 16.0 margin_right = 17.0
margin_bottom = 43.0 margin_bottom = 46.0
focus_neighbour_top = NodePath("../Salty") focus_neighbour_top = NodePath("../Salty")
focus_neighbour_bottom = NodePath("../Pungent") focus_neighbour_bottom = NodePath("../Pungent")
texture_focused = ExtResource( 6 ) texture_focused = ExtResource( 21 )
[node name="Pungent" type="TextureButton" parent="DifficultySelect/ButtonsPanel"] [node name="Pungent" type="TextureButton" parent="DifficultySelect/ButtonsPanel"]
material = SubResource( 3 ) material = SubResource( 3 )
margin_left = 8.0 margin_left = 5.0
margin_top = 48.0 margin_top = 47.0
margin_right = 16.0 margin_right = 17.0
margin_bottom = 56.0 margin_bottom = 59.0
focus_neighbour_top = NodePath("../Spicy") focus_neighbour_top = NodePath("../Spicy")
focus_neighbour_bottom = NodePath("../Sweet") focus_neighbour_bottom = NodePath("../Sweet")
texture_focused = ExtResource( 6 ) texture_focused = ExtResource( 20 )
[node name="Body" type="Label" parent="DifficultySelect/ButtonsPanel"] [node name="Body" type="Label" parent="DifficultySelect/ButtonsPanel"]
material = SubResource( 2 ) material = SubResource( 2 )
margin_left = 16.0 margin_left = 18.0
margin_top = 8.0 margin_top = 8.0
margin_right = 65.0 margin_right = 67.0
margin_bottom = 57.0 margin_bottom = 57.0
text = "sweet text = "sweet
salty salty