adjust CRT Shader

This commit is contained in:
Fabio 2024-08-19 04:36:22 +02:00
parent ddd0fdff22
commit 16004c33c0
6 changed files with 27 additions and 14 deletions

View file

@ -1,7 +1,8 @@
[gd_scene load_steps=3 format=3 uid="uid://cut2xjnvh8i58"]
[gd_scene load_steps=4 format=3 uid="uid://cut2xjnvh8i58"]
[ext_resource type="Theme" uid="uid://cohbys634cf18" path="res://menu/main_menu/MainMenuTheme.tres" id="1_tmf11"]
[ext_resource type="Script" path="res://scripts/menu_credit_control.gd" id="2_ogwi7"]
[ext_resource type="PackedScene" uid="uid://dii1q3f5dj72y" path="res://objects/CRT.tscn" id="3_rybt6"]
[node name="CreditScene" type="MarginContainer"]
anchors_preset = 15
@ -11,10 +12,6 @@ grow_horizontal = 2
grow_vertical = 2
theme = ExtResource("1_tmf11")
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 2
color = Color(0, 0, 0, 1)
[node name="Control" type="Control" parent="."]
layout_mode = 2
script = ExtResource("2_ogwi7")
@ -23,3 +20,9 @@ script = ExtResource("2_ogwi7")
layout_mode = 0
offset_right = 40.0
offset_bottom = 13.0
[node name="CanvasLayer" parent="Control" instance=ExtResource("3_rybt6")]
[node name="ColorRect" type="ColorRect" parent="."]
layout_mode = 2
color = Color(0, 0, 0, 1)