From 3cd791388da5108ceb37542781a86b7e9e21d57d Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Tue, 16 Jan 2024 14:44:59 -0500 Subject: [PATCH] fixed 3 pixel thick outline --- menus/title_screen.tscn | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/menus/title_screen.tscn b/menus/title_screen.tscn index 2ccabba..0db8662 100644 --- a/menus/title_screen.tscn +++ b/menus/title_screen.tscn @@ -1,6 +1,5 @@ -[gd_scene load_steps=21 format=2] +[gd_scene load_steps=19 format=2] -[ext_resource path="res://shaders/1px_border.gdshader" type="Shader" id=1] [ext_resource path="res://ui/theme.tres" type="Theme" id=3] [ext_resource path="res://ui/2ndpuberty_outline.tres" type="Material" id=4] [ext_resource path="res://menus/title_screen.gd" type="Script" id=5] @@ -41,11 +40,6 @@ shader_param/noise_intensity = 1.0 [sub_resource type="Curve" id=4] _data = [ Vector2( 0, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.130639, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.348684, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ] -[sub_resource type="ShaderMaterial" id=11] -shader = ExtResource( 1 ) -shader_param/border_color = Color( 0.219608, 0.219608, 0.219608, 1 ) -shader_param/border_corners = false - [sub_resource type="Animation" id=9] length = 0.001 tracks/0/type = "value" @@ -171,7 +165,6 @@ scale_amount_curve = SubResource( 4 ) color = Color( 0.0666667, 0.0666667, 0.0666667, 1 ) [node name="Logo" type="Sprite" parent="."] -material = SubResource( 11 ) position = Vector2( 128, 96 ) texture = ExtResource( 7 )