Work on vfx and sfx for traps.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[gd_scene load_steps=20 format=3 uid="uid://dd40q2mv84pmc"]
|
||||
[gd_scene load_steps=25 format=3 uid="uid://dd40q2mv84pmc"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dhu2psbhh1rl8" path="res://scripts/title_screen.gd" id="1_e54dn"]
|
||||
[ext_resource type="Shader" uid="uid://b2g6yddun2l6e" path="res://visuals/shaders/noise.gdshader" id="2_3yumr"]
|
||||
@@ -12,6 +12,10 @@
|
||||
[ext_resource type="AudioStream" uid="uid://doelc8yt5snc2" path="res://audio/sounds/Keypad A.wav" id="7_cs5ya"]
|
||||
[ext_resource type="Texture2D" uid="uid://bjwelo48s6aoh" path="res://visuals/images/title frame.png" id="11_u26n3"]
|
||||
[ext_resource type="Material" uid="uid://cysw8uwdmtv1v" path="res://visuals/materials/lowres-text.tres" id="12_ib7db"]
|
||||
[ext_resource type="Shader" uid="uid://b202rwkcmmg56" path="res://visuals/shaders/matrix.gdshader" id="13_4qe4i"]
|
||||
[ext_resource type="Texture2D" uid="uid://dpfq1o38kl88c" path="res://visuals/textures/glyphs.png" id="14_p07av"]
|
||||
[ext_resource type="Texture2D" uid="uid://i0esgu8xi4dp" path="res://visuals/textures/small_noise.tres" id="15_khjys"]
|
||||
[ext_resource type="Texture2D" uid="uid://dri0a20l6kpbj" path="res://visuals/images/icon.svg" id="16_174rq"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_tpml5"]
|
||||
shader = ExtResource("2_3yumr")
|
||||
@@ -81,6 +85,11 @@ shader = SubResource("Shader_u26n3")
|
||||
shader_parameter/threshold = 0.5
|
||||
shader_parameter/strength = 0.10300002864250002
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_lrxh4"]
|
||||
shader = ExtResource("13_4qe4i")
|
||||
shader_parameter/chars = ExtResource("14_p07av")
|
||||
shader_parameter/noise_tex = ExtResource("15_khjys")
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
@@ -305,3 +314,10 @@ theme_override_font_sizes/font_size = 40
|
||||
text = "TRAP & GUN ACTION"
|
||||
clip_text = true
|
||||
text_overrun_behavior = 1
|
||||
|
||||
[node name="TextureRect4" type="TextureRect" parent="."]
|
||||
material = SubResource("ShaderMaterial_lrxh4")
|
||||
layout_mode = 0
|
||||
offset_right = 1920.0
|
||||
offset_bottom = 1080.0
|
||||
texture = ExtResource("16_174rq")
|
||||
|
||||
Reference in New Issue
Block a user