Updated mirror wave; tweaked CRT movement
This commit is contained in:
parent
7e75a96795
commit
78472ee95c
28 changed files with 938 additions and 32 deletions
|
|
@ -8,6 +8,7 @@
|
|||
[ext_resource type="Texture2D" uid="uid://bonoqs5pisflo" path="res://_graphics/Mini Pixel Pack 3/UI objects/START (48 x 8).png" id="5_lquwl"]
|
||||
[ext_resource type="Texture2D" uid="uid://0mcbtnidp5kn" path="res://sprites/third space title.png" id="5_tipki"]
|
||||
[ext_resource type="Texture2D" uid="uid://bubqwoum50gf8" path="res://_graphics/Mini Pixel Pack 3/UI objects/GAME_OVER (72 x 8).png" id="6_7mycd"]
|
||||
[ext_resource type="Shader" uid="uid://blxo4qgrkjiup" path="res://shaders/flash.gdshader" id="8_eb6dy"]
|
||||
[ext_resource type="PackedScene" uid="uid://cd1kwb8klcsb5" path="res://scenes/goose.tscn" id="9_85g3d"]
|
||||
[ext_resource type="AudioStream" uid="uid://c3e8sdfqcikp6" path="res://sounds/welcome.wav" id="10_choun"]
|
||||
[ext_resource type="PackedScene" uid="uid://drf1k1iulvy6f" path="res://scenes/wave.tscn" id="11_ya4ey"]
|
||||
|
|
@ -59,6 +60,10 @@ shader_parameter/pause_duration = 6.0
|
|||
shader_parameter/offset = 10.0
|
||||
shader_parameter/pixelate_line = 0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_trceg"]
|
||||
shader = ExtResource("8_eb6dy")
|
||||
shader_parameter/intensity = 1.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_5vw27"]
|
||||
|
||||
[node name="Main" type="Node2D" unique_id=128010797]
|
||||
|
|
@ -103,6 +108,14 @@ texture_normal = ExtResource("5_lquwl")
|
|||
layout_mode = 2
|
||||
texture = ExtResource("6_7mycd")
|
||||
|
||||
[node name="ColorRect" type="ColorRect" parent="CanvasLayer" unique_id=18763245]
|
||||
visible = false
|
||||
material = SubResource("ShaderMaterial_trceg")
|
||||
offset_right = 240.0
|
||||
offset_bottom = 320.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="background" type="Sprite2D" parent="." unique_id=1790434669]
|
||||
visible = false
|
||||
z_index = -4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue