Laser Scene Start
This commit is contained in:
14
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/LASER.gdshader
Normal file
14
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/LASER.gdshader
Normal file
@@ -0,0 +1,14 @@
|
||||
shader_type spatial;
|
||||
|
||||
void vertex() {
|
||||
// Called for every vertex the material is visible on.
|
||||
}
|
||||
|
||||
void fragment() {
|
||||
// Called for every pixel the material is visible on.
|
||||
}
|
||||
|
||||
//void light() {
|
||||
// // Called for every pixel for every light affecting the material.
|
||||
// // Uncomment to replace the default light processing function with this one.
|
||||
//}
|
||||
@@ -0,0 +1 @@
|
||||
uid://b54sgtckeey8l
|
||||
291
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn
Normal file
291
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/Laser.tscn
Normal file
File diff suppressed because one or more lines are too long
BIN
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/spiral.glb
Normal file
BIN
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/spiral.glb
Normal file
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://d04e6trh50tx0"
|
||||
path="res://.godot/imported/spiral.glb-aa652e40ee5c3b90b703c6d554f66931.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/vfx/Enemy Projectiles/spiral.glb"
|
||||
dest_files=["res://.godot/imported/spiral.glb-aa652e40ee5c3b90b703c6d554f66931.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_node_type_suffixes=true
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
||||
BIN
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/thintorus.glb
Normal file
BIN
Zennysoft.Game.Ma/src/vfx/Enemy Projectiles/thintorus.glb
Normal file
Binary file not shown.
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="scene"
|
||||
importer_version=1
|
||||
type="PackedScene"
|
||||
uid="uid://c1g0arjafe16t"
|
||||
path="res://.godot/imported/thintorus.glb-7534f7ac77504718dbb6a098dd5126eb.scn"
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://src/vfx/Enemy Projectiles/thintorus.glb"
|
||||
dest_files=["res://.godot/imported/thintorus.glb-7534f7ac77504718dbb6a098dd5126eb.scn"]
|
||||
|
||||
[params]
|
||||
|
||||
nodes/root_type=""
|
||||
nodes/root_name=""
|
||||
nodes/apply_root_scale=true
|
||||
nodes/root_scale=1.0
|
||||
nodes/import_as_skeleton_bones=false
|
||||
nodes/use_node_type_suffixes=true
|
||||
meshes/ensure_tangents=true
|
||||
meshes/generate_lods=true
|
||||
meshes/create_shadow_meshes=true
|
||||
meshes/light_baking=1
|
||||
meshes/lightmap_texel_size=0.2
|
||||
meshes/force_disable_compression=false
|
||||
skins/use_named_skins=true
|
||||
animation/import=true
|
||||
animation/fps=30
|
||||
animation/trimming=false
|
||||
animation/remove_immutable_tracks=true
|
||||
animation/import_rest_as_RESET=false
|
||||
import_script/path=""
|
||||
_subresources={}
|
||||
gltf/naming_version=1
|
||||
gltf/embedded_image_handling=1
|
||||
Reference in New Issue
Block a user