mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(特效): 为BigLaser添加动画效果并调整参数
- 在BigLaser生成时播放"bigLaser"动画 - 增加激光的尺寸和碰撞范围 - 添加BigLaser粒子效果场景 - 调整Wave生成参数 - 在CameraManager中添加动画播放功能
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="45" height="45" viewBox="0,0,45,45"><defs><radialGradient cx="247.7275" cy="171.1396" r="38.5299" gradientUnits="userSpaceOnUse" id="color-1"><stop offset="0" stop-color="#ffff99"/><stop offset="1" stop-color="#ff9400"/></radialGradient></defs><g transform="translate(-218,-158)"><g fill="url(#color-1)" stroke="none" stroke-miterlimit="10"><path d="M218,180.5c0,-12.4264 10.0736,-22.5 22.5,-22.5c12.4264,0 22.5,10.0736 22.5,22.5c0,12.4264 -10.0736,22.5 -22.5,22.5c-12.4264,0 -22.5,-10.0736 -22.5,-22.5z"/></g></g></svg><!--rotationCenter:22:22-->
|
||||
|
After Width: | Height: | Size: 651 B |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://ry8d7pst4ihf"
|
||||
path="res://.godot/imported/ball-a.svg-0ada16ca1da72a2513ca7041117d42e8.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/bullets/laser-pluse/frames/ball-a.svg"
|
||||
dest_files=["res://.godot/imported/ball-a.svg-0ada16ca1da72a2513ca7041117d42e8.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/fix_alpha_border=true
|
||||
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=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
Reference in New Issue
Block a user