added outlined 2ndpuberty

This commit is contained in:
pennyrigate 2023-02-20 23:47:31 -05:00
parent 51d9c4fdc1
commit ec31da0f8a
5 changed files with 161 additions and 7 deletions

View file

@ -1,10 +1,11 @@
[gd_scene load_steps=7 format=2]
[gd_scene load_steps=10 format=2]
[ext_resource path="res://scripts/scaling.gd" type="Script" id=1]
[ext_resource path="res://graphics/borders/prideborder.png" type="Texture" id=2]
[ext_resource path="res://maps/level_select.tscn" type="PackedScene" id=3]
[ext_resource path="res://scripts/crt.gdshader" type="Shader" id=4]
[ext_resource path="res://scripts/theme.tres" type="Theme" id=5]
[ext_resource path="res://fonts/2ndpuberty_no_dropshadow.fnt" type="BitmapFont" id=5]
[ext_resource path="res://scripts/1px_border.gdshader" type="Shader" id=6]
[sub_resource type="ShaderMaterial" id=1]
shader = ExtResource( 4 )
@ -14,6 +15,14 @@ shader_param/curvature = Vector2( 6, 6 )
shader_param/scanline_opacity = Vector2( 0.4, 0.05 )
shader_param/brightness = 1.25
[sub_resource type="ShaderMaterial" id=2]
shader = ExtResource( 6 )
shader_param/border_color = Color( 0.219608, 0.219608, 0.219608, 1 )
shader_param/border_corners = true
[sub_resource type="Theme" id=3]
default_font = ExtResource( 5 )
[node name="Control" type="Control"]
pause_mode = 2
anchor_right = 1.0
@ -54,10 +63,11 @@ render_target_update_mode = 3
layer = 127
[node name="CheatLabel" type="Label" parent="ViewportContainer/Viewport/CheatLayer"]
material = SubResource( 2 )
anchor_right = 1.0
anchor_bottom = 1.0
margin_right = -1.0
margin_bottom = -5.0
theme = ExtResource( 5 )
theme = SubResource( 3 )
align = 2
valign = 2