implement level menu
This commit is contained in:
parent
b275630598
commit
6831dd3a3f
8 changed files with 185 additions and 5 deletions
21
gmtk_2024/canvas_layer.tscn
Normal file
21
gmtk_2024/canvas_layer.tscn
Normal file
|
@ -0,0 +1,21 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://7rnltps0ssra"]
|
||||
|
||||
[ext_resource type="Shader" path="res://shaders/crt.gdshader" id="2_wxq0n"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_c8ly2"]
|
||||
shader = ExtResource("2_wxq0n")
|
||||
shader_parameter/crt_curve = 0.02
|
||||
shader_parameter/crt_scan_line_color = 0.347
|
||||
shader_parameter/aperture_grille_rate = 0.4
|
||||
shader_parameter/rf_switch_esque_blur = 1.0
|
||||
shader_parameter/white_noise_rate = 0.0
|
||||
|
||||
[node name="CanvasLayer" type="CanvasLayer"]
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="."]
|
||||
material = SubResource("ShaderMaterial_c8ly2")
|
||||
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