added crt filter
This commit is contained in:
parent
f012e8fa77
commit
038935709f
4 changed files with 61 additions and 1 deletions
|
@ -1,10 +1,17 @@
|
|||
[gd_scene load_steps=5 format=2]
|
||||
[gd_scene load_steps=6 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/map01.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://scripts/crt.gdshader" type="Shader" id=4]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id=1]
|
||||
shader = ExtResource( 4 )
|
||||
shader_param/enabled = false
|
||||
shader_param/resolution = Vector2( 256, 192 )
|
||||
shader_param/curvature = Vector2( 6, 6 )
|
||||
shader_param/scanline_opacity = Vector2( 0.4, 0.05 )
|
||||
shader_param/brightness = 1.25
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_right = 1.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue