子弹01绘制 指示圈 阴影调整
parent
f0a8bffb85
commit
57f32187cf
Binary file not shown.
|
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,34 @@
|
|||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="CompressedTexture2D"
|
||||||
|
uid="uid://bd7kst3jrrma5"
|
||||||
|
path="res://.godot/imported/readiness_bullet.png-948274b2b501dfc9e3c74f03cb74d333.ctex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://render/texture/shape/readiness_bullet.png"
|
||||||
|
dest_files=["res://.godot/imported/readiness_bullet.png-948274b2b501dfc9e3c74f03cb74d333.ctex"]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/high_quality=false
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_compression=0
|
||||||
|
compress/normal_map=2
|
||||||
|
compress/channel_pack=0
|
||||||
|
mipmaps/generate=false
|
||||||
|
mipmaps/limit=-1
|
||||||
|
roughness/mode=0
|
||||||
|
roughness/src_normal=""
|
||||||
|
process/fix_alpha_border=false
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
process/hdr_as_srgb=false
|
||||||
|
process/hdr_clamp_exposure=false
|
||||||
|
process/size_limit=0
|
||||||
|
detect_3d/compress_to=0
|
||||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 443 B After Width: | Height: | Size: 233 B |
File diff suppressed because one or more lines are too long
@ -0,0 +1,9 @@
|
|||||||
|
[gd_scene load_steps=2 format=3 uid="uid://cxj65e7teugyw"]
|
||||||
|
|
||||||
|
[ext_resource type="Texture2D" uid="uid://bd7kst3jrrma5" path="res://render/texture/shape/readiness_bullet.png" id="1_qpapc"]
|
||||||
|
|
||||||
|
[node name="ReadinessHero" type="Decal"]
|
||||||
|
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0.358925, 0)
|
||||||
|
size = Vector3(1, 1, 1)
|
||||||
|
texture_albedo = ExtResource("1_qpapc")
|
||||||
|
cull_mask = 1
|
||||||
Loading…
Reference in New Issue