This commit is contained in:
Haze Weathers 2024-03-11 16:49:40 -04:00
parent 63ec6a679c
commit b6d3fc68ba
2 changed files with 5 additions and 4 deletions

Binary file not shown.

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=28 format=2] [gd_scene load_steps=29 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]
@ -18,6 +18,7 @@
[ext_resource path="res://graphics/player/palettes/cosmological_redshift.tex" type="Texture" id=16] [ext_resource path="res://graphics/player/palettes/cosmological_redshift.tex" type="Texture" id=16]
[ext_resource path="res://graphics/player/palettes/msx.tex" type="Texture" id=17] [ext_resource path="res://graphics/player/palettes/msx.tex" type="Texture" id=17]
[ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=18] [ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=18]
[ext_resource path="res://graphics/player/palettes/elaine.tex" type="Texture" id=19]
[sub_resource type="ShaderMaterial" id=1] [sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 1 ) shader = ExtResource( 1 )
@ -33,7 +34,7 @@ shader_param/uv_transform = Transform2D( 0.5, -0.5, 0.5, 1, 0, 0 )
shader = ExtResource( 4 ) shader = ExtResource( 4 )
shader_param/border_color = Color( 0, 0, 0, 1 ) shader_param/border_color = Color( 0, 0, 0, 1 )
shader_param/border_corners = true shader_param/border_corners = true
shader_param/palette = ExtResource( 18 ) shader_param/palette = ExtResource( 19 )
[sub_resource type="AtlasTexture" id=5] [sub_resource type="AtlasTexture" id=5]
atlas = ExtResource( 10 ) atlas = ExtResource( 10 )
@ -78,8 +79,8 @@ anchor_right = 1.0
anchor_bottom = 1.0 anchor_bottom = 1.0
theme = ExtResource( 2 ) theme = ExtResource( 2 )
script = ExtResource( 3 ) script = ExtResource( 3 )
titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Cosmological Redshift", "Gravitational Redshift", "new" ] titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Cosmological Redshift", "Gravitational Redshift", "new", "Elaine" ]
palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 14 ) ] palettes = [ ExtResource( 18 ), ExtResource( 12 ), ExtResource( 17 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 16 ), ExtResource( 7 ), ExtResource( 14 ), ExtResource( 19 ) ]
previous_screen = ExtResource( 15 ) previous_screen = ExtResource( 15 )
[node name="ColorRect" type="ColorRect" parent="."] [node name="ColorRect" type="ColorRect" parent="."]