scene manager :)
This commit is contained in:
parent
088ab0b944
commit
1a971bb379
5 changed files with 176 additions and 2 deletions
14
autoloads/test_filter.tscn
Normal file
14
autoloads/test_filter.tscn
Normal file
|
@ -0,0 +1,14 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://bbrh8j4w6pgj2"]
|
||||
|
||||
[ext_resource type="Shader" path="res://assets/shaders/test_filter.gdshader" id="1_un711"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_au4vs"]
|
||||
shader = ExtResource("1_un711")
|
||||
|
||||
[node name="TestFilter" type="ColorRect" groups=["screen_overlay"]]
|
||||
material = SubResource("ShaderMaterial_au4vs")
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
Loading…
Add table
Add a link
Reference in a new issue