A Third-Person-Shooter Godot game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
497 B

[gd_resource type="SpatialMaterial" load_steps=2 format=2]
[ext_resource path="res://player/bullet/blue_myst.png" type="Texture" id=1]
[resource]
flags_transparent = true
vertex_color_use_as_albedo = true
params_cull_mode = 2
params_depth_draw_mode = 2
params_billboard_mode = 3
params_billboard_keep_scale = true
particles_anim_h_frames = 1
particles_anim_v_frames = 1
particles_anim_loop = false
albedo_color = Color( 0.701961, 0.701961, 0.701961, 0.560784 )
albedo_texture = ExtResource( 1 )