[gd_scene load_steps=27 format=2] [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://menus/palette_select.gd" type="Script" id=3] [ext_resource path="res://shaders/recolor_border.shader" type="Shader" id=4] [ext_resource path="res://ui/2ndpuberty_scholar_outline.fnt" type="BitmapFont" id=5] [ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=6] [ext_resource path="res://graphics/player/palettes/default.png" type="Texture" id=7] [ext_resource path="res://shaders/wibble_wobble.gdshader" type="Shader" id=8] [ext_resource path="res://graphics/hud/pause_arrow.png" type="Texture" id=9] [ext_resource path="res://graphics/player/sg.png" type="Texture" id=10] [ext_resource path="res://graphics/player/palettes/msx.png" type="Texture" id=11] [ext_resource path="res://graphics/player/palettes/lasertag.png" type="Texture" id=12] [ext_resource path="res://graphics/player/palettes/strawberry.png" type="Texture" id=13] [ext_resource path="res://graphics/player/palettes/trans_pride.png" type="Texture" id=14] [ext_resource path="res://menus/level_select_scholar.tscn" type="PackedScene" id=15] [ext_resource path="res://graphics/player/palettes/cosmological_redshift.png" type="Texture" id=16] [ext_resource path="res://graphics/player/palettes/gravitational_redshift.png" type="Texture" id=17] [sub_resource type="ShaderMaterial" id=1] shader = ExtResource( 1 ) shader_param/color_1 = Color( 0.717647, 0.717647, 0.717647, 1 ) shader_param/color_2 = Color( 0.360784, 0.360784, 0.360784, 1 ) shader_param/checker_size = Vector2( 16, 16 ) shader_param/pan_speed = Vector2( 0, 0 ) shader_param/cycle_speed = Vector2( 8, 8 ) shader_param/cycle_alternation = Vector2( 0, 1 ) shader_param/uv_transform = Transform2D( 0.5, -0.5, 0.5, 1, 0, 0 ) [sub_resource type="ShaderMaterial" id=2] shader = ExtResource( 4 ) shader_param/border_color = Color( 0, 0, 0, 1 ) shader_param/border_corners = true shader_param/palette = ExtResource( 7 ) [sub_resource type="AtlasTexture" id=5] atlas = ExtResource( 10 ) region = Rect2( 0, 32, 32, 32 ) [sub_resource type="AtlasTexture" id=6] atlas = ExtResource( 10 ) region = Rect2( 32, 32, 32, 32 ) [sub_resource type="AtlasTexture" id=7] atlas = ExtResource( 10 ) region = Rect2( 64, 32, 32, 32 ) [sub_resource type="AtlasTexture" id=8] atlas = ExtResource( 10 ) region = Rect2( 96, 32, 32, 32 ) [sub_resource type="SpriteFrames" id=9] animations = [ { "frames": [ SubResource( 5 ), SubResource( 6 ), SubResource( 7 ), SubResource( 8 ) ], "loop": true, "name": "default", "speed": 10.0 } ] [sub_resource type="ShaderMaterial" id=3] shader = ExtResource( 8 ) shader_param/speed = Vector2( 4, 0 ) shader_param/ammount = Vector2( 2, 0 ) shader_param/offset = Vector2( 0, 0 ) shader_param/delay = Vector2( 0, 0 ) [sub_resource type="ShaderMaterial" id=4] shader = ExtResource( 8 ) shader_param/speed = Vector2( 4, 0 ) shader_param/ammount = Vector2( 2, 0 ) shader_param/offset = Vector2( 0, 0 ) shader_param/delay = Vector2( 4, 0 ) [node name="PaletteSelect" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 theme = ExtResource( 2 ) script = ExtResource( 3 ) titles = [ "Default", "Lasertag", "Ms. X", "Strawberry", "Trans Pride", "Cosmological Redshift", "Gravitational Redshift" ] palettes = [ ExtResource( 7 ), ExtResource( 12 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 16 ), ExtResource( 17 ) ] previous_screen = ExtResource( 15 ) [node name="ColorRect" type="ColorRect" parent="."] material = SubResource( 1 ) anchor_right = 1.0 anchor_bottom = 1.0 [node name="Label" type="Label" parent="."] anchor_right = 1.0 margin_bottom = 16.0 custom_fonts/font = ExtResource( 5 ) text = "Choose your colors" align = 1 valign = 1 [node name="SG" type="AnimatedSprite" parent="."] material = SubResource( 2 ) position = Vector2( 128, 128 ) scale = Vector2( 3, 3 ) frames = SubResource( 9 ) frame = 2 playing = true [node name="PanelContainer" type="PanelContainer" parent="."] margin_left = 57.0 margin_top = 63.0 margin_right = 200.0 margin_bottom = 98.0 [node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer"] margin_left = 3.0 margin_top = 3.0 margin_right = 140.0 margin_bottom = 32.0 theme = ExtResource( 2 ) alignment = 1 [node name="BackArrow" type="TextureRect" parent="PanelContainer/HBoxContainer"] unique_name_in_owner = true material = SubResource( 3 ) margin_left = 34.0 margin_top = 10.0 margin_right = 40.0 margin_bottom = 18.0 size_flags_vertical = 4 texture = ExtResource( 9 ) flip_h = true [node name="PaletteTitle" type="Label" parent="PanelContainer/HBoxContainer"] unique_name_in_owner = true material = ExtResource( 6 ) margin_left = 44.0 margin_top = 9.0 margin_right = 93.0 margin_bottom = 19.0 theme = ExtResource( 2 ) text = "Default" align = 1 valign = 1 [node name="ForwardArrow" type="TextureRect" parent="PanelContainer/HBoxContainer"] unique_name_in_owner = true material = SubResource( 4 ) margin_left = 97.0 margin_top = 10.0 margin_right = 103.0 margin_bottom = 18.0 size_flags_vertical = 4 texture = ExtResource( 9 )