mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
feat(子弹): 添加蓝色激光圆环资源并应用到ChickLaser场景
添加蓝色激光圆环的SVG资源文件及其导入配置 在ChickLaser场景中新增circle节点使用该纹理 调整launcher节点的颜色为蓝色以匹配新资源
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
[gd_scene load_steps=16 format=3 uid="uid://bvri0nv1jrigf"]
|
||||
[gd_scene load_steps=17 format=3 uid="uid://bvri0nv1jrigf"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://8gjjfju6p3fh" path="res://components/Bullets/Common/LaserSummoner.tscn" id="1_eb54j"]
|
||||
[ext_resource type="Script" path="res://scripts/Contents/Bullets/ChickLaser.gd" id="2_7g0f0"]
|
||||
[ext_resource type="Shader" path="res://shaders/BigLaser.gdshader" id="3_4y0mm"]
|
||||
[ext_resource type="Texture2D" uid="uid://cv8yl3ncek4ap" path="res://resources/bullets/laser-circle/blue-circle.svg" id="4_cws6l"]
|
||||
|
||||
[sub_resource type="ShaderMaterial" id="ShaderMaterial_x6ivr"]
|
||||
shader = ExtResource("3_4y0mm")
|
||||
@@ -223,12 +224,16 @@ visibility_rect = Rect2(-50, -250, 100, 500)
|
||||
[node name="launcher" parent="texture/rect" index="1"]
|
||||
position = Vector2(25, -13.9999)
|
||||
scale = Vector2(0.525, 0.525)
|
||||
color = Color(0, 0.701961, 1, 1)
|
||||
|
||||
[node name="animator" parent="texture" index="1"]
|
||||
libraries = {
|
||||
"": SubResource("AnimationLibrary_7qqtc")
|
||||
}
|
||||
|
||||
[node name="circle" parent="texture" index="2"]
|
||||
texture = ExtResource("4_cws6l")
|
||||
|
||||
[node name="hitbox" parent="." index="1"]
|
||||
visible = true
|
||||
position = Vector2(438, 0)
|
||||
|
||||
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,37 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://cv8yl3ncek4ap"
|
||||
path="res://.godot/imported/blue-circle.svg-f6e74a3da320ebf7971932410f5a40f7.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resources/bullets/laser-circle/blue-circle.svg"
|
||||
dest_files=["res://.godot/imported/blue-circle.svg-f6e74a3da320ebf7971932410f5a40f7.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