Work on pickups and multiplayer
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
[gd_scene load_steps=59 format=3 uid="uid://bflg720h1w3d3"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://tb7n6ybv43ch" path="res://assets/BinbunVFX/shared/script/vfx_controller.gd" id="1_so17j"]
|
||||
[ext_resource type="Shader" uid="uid://b6ke6r1fjb8s3" path="res://assets/BinbunVFX/impact_explosions/src/shader/explosion_core.gdshader" id="2_d2rk6"]
|
||||
[ext_resource type="Material" uid="uid://dnw08mtonx63d" path="res://assets/BinbunVFX/impact_explosions/src/material/explosion/explosion_smoke.tres" id="2_plj08"]
|
||||
[ext_resource type="Shader" uid="uid://d28ltkmbbdcjb" path="res://assets/BinbunVFX/impact_explosions/src/shader/sparks.gdshader" id="3_msnhc"]
|
||||
[ext_resource type="Shader" uid="uid://bf8eiigjam2fr" path="res://assets/BinbunVFX/impact_explosions/src/shader/explostion_ring.gdshader" id="5_d2rk6"]
|
||||
[ext_resource type="Texture2D" uid="uid://85fb3gemkbhp" path="res://assets/BinbunVFX/shared/texture/cracks_01.png" id="5_otofc"]
|
||||
[ext_resource type="Texture2D" uid="uid://bbxo5nkvy537a" path="res://assets/BinbunVFX/shared/texture/cracks_emission_01.png" id="6_d2rk6"]
|
||||
[ext_resource type="Shader" uid="uid://ccd4kg68n7uox" path="res://assets/BinbunVFX/impact_explosions/src/shader/basic_billboard.gdshader" id="8_y01pw"]
|
||||
[ext_resource type="Script" uid="uid://bdk8hhttligw" path="res://assets/BinbunVFX/shared/script/vfx_light.gd" id="9_85p3d"]
|
||||
[ext_resource type="Script" uid="uid://tb7n6ybv43ch" path="res://experimental/BinbunVFX/shared/script/vfx_controller.gd" id="1_so17j"]
|
||||
[ext_resource type="Shader" uid="uid://b6ke6r1fjb8s3" path="res://experimental/BinbunVFX/impact_explosions/src/shader/explosion_core.gdshader" id="2_d2rk6"]
|
||||
[ext_resource type="Material" uid="uid://dnw08mtonx63d" path="res://experimental/BinbunVFX/impact_explosions/src/material/explosion/explosion_smoke.tres" id="2_plj08"]
|
||||
[ext_resource type="Shader" uid="uid://d28ltkmbbdcjb" path="res://experimental/BinbunVFX/impact_explosions/src/shader/sparks.gdshader" id="3_msnhc"]
|
||||
[ext_resource type="Shader" uid="uid://bf8eiigjam2fr" path="res://experimental/BinbunVFX/impact_explosions/src/shader/explostion_ring.gdshader" id="5_d2rk6"]
|
||||
[ext_resource type="Texture2D" uid="uid://85fb3gemkbhp" path="res://experimental/BinbunVFX/shared/texture/cracks_01.png" id="5_otofc"]
|
||||
[ext_resource type="Texture2D" uid="uid://bbxo5nkvy537a" path="res://experimental/BinbunVFX/shared/texture/cracks_emission_01.png" id="6_d2rk6"]
|
||||
[ext_resource type="Shader" uid="uid://ccd4kg68n7uox" path="res://experimental/BinbunVFX/impact_explosions/src/shader/basic_billboard.gdshader" id="8_y01pw"]
|
||||
[ext_resource type="Script" uid="uid://bdk8hhttligw" path="res://experimental/BinbunVFX/shared/script/vfx_light.gd" id="9_85p3d"]
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_y01pw"]
|
||||
[sub_resource type="Gradient" id="Gradient_iyrbe"]
|
||||
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_85p3d"]
|
||||
[sub_resource type="FastNoiseLite" id="FastNoiseLite_dga0b"]
|
||||
noise_type = 2
|
||||
frequency = 0.02
|
||||
fractal_octaves = 1
|
||||
@@ -22,9 +22,9 @@ domain_warp_amplitude = 5.0
|
||||
domain_warp_fractal_octaves = 1
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_csir3"]
|
||||
noise = SubResource("FastNoiseLite_dga0b")
|
||||
color_ramp = SubResource("Gradient_iyrbe")
|
||||
seamless = true
|
||||
color_ramp = SubResource("Gradient_y01pw")
|
||||
noise = SubResource("FastNoiseLite_85p3d")
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_e6ocy"]
|
||||
resource_local_to_scene = true
|
||||
@@ -139,8 +139,8 @@ noise_type = 2
|
||||
fractal_octaves = 3
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_7t2vj"]
|
||||
seamless = true
|
||||
noise = SubResource("FastNoiseLite_d2rk6")
|
||||
seamless = true
|
||||
|
||||
[sub_resource type="Gradient" id="Gradient_d2rk6"]
|
||||
offsets = PackedFloat32Array(0.868159, 0.980099, 1)
|
||||
@@ -215,10 +215,10 @@ frequency = 0.02
|
||||
fractal_octaves = 2
|
||||
|
||||
[sub_resource type="NoiseTexture2D" id="NoiseTexture2D_cwquj"]
|
||||
invert = true
|
||||
seamless = true
|
||||
seamless_blend_skirt = 1.0
|
||||
noise = SubResource("FastNoiseLite_y01pw")
|
||||
seamless = true
|
||||
invert = true
|
||||
seamless_blend_skirt = 1.0
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_85p3d"]
|
||||
render_priority = 0
|
||||
@@ -476,6 +476,7 @@ _data = {
|
||||
}
|
||||
|
||||
[node name="VFXExplosion_01" type="Node3D"]
|
||||
transform = Transform3D(0.5, 0, 0, 0, 0.5, 0, 0, 0, 0.5, 0, 0, 0)
|
||||
script = ExtResource("1_so17j")
|
||||
primary_color = Color(1, 0.662745, 0.0666667, 1)
|
||||
secondary_color = Color(0.984314, 0.192157, 0, 1)
|
||||
@@ -492,6 +493,7 @@ mesh = SubResource("SphereMesh_awqfb")
|
||||
[node name="Smoke" type="GPUParticles3D" parent="."]
|
||||
layers = 540672
|
||||
material_override = ExtResource("2_plj08")
|
||||
emitting = false
|
||||
amount = 16
|
||||
lifetime = 0.8
|
||||
one_shot = true
|
||||
@@ -502,6 +504,7 @@ draw_pass_1 = SubResource("SphereMesh_plj08")
|
||||
[node name="Sparks" type="GPUParticles3D" parent="."]
|
||||
layers = 540672
|
||||
material_override = SubResource("ShaderMaterial_msnhc")
|
||||
emitting = false
|
||||
amount = 16
|
||||
lifetime = 0.5
|
||||
one_shot = true
|
||||
|
||||
Reference in New Issue
Block a user