硬直等级
parent
c4a721dfa0
commit
ff96123068
@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://dq3pnbyfx4irr"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_utw7p"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pmh6g"]
|
||||
height = 0.2
|
||||
radius = 0.25
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_utw7p")
|
||||
shape = SubResource("CylinderShape3D_pmh6g")
|
||||
offset = Vector2(0, 0)
|
||||
is_throw = false
|
||||
@ -0,0 +1,13 @@
|
||||
[gd_resource type="Resource" script_class="AttackBoxCfg" load_steps=3 format=3 uid="uid://hg1w2k1u3wn"]
|
||||
|
||||
[ext_resource type="Script" path="res://script/config/attack_box_cfg.gd" id="1_aqwel"]
|
||||
|
||||
[sub_resource type="CylinderShape3D" id="CylinderShape3D_pmh6g"]
|
||||
height = 0.8
|
||||
radius = 1.0
|
||||
|
||||
[resource]
|
||||
script = ExtResource("1_aqwel")
|
||||
shape = SubResource("CylinderShape3D_pmh6g")
|
||||
offset = Vector2(0, 0)
|
||||
is_throw = false
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 19 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 245 B |
@ -0,0 +1,34 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://dqqd56qoquts7"
|
||||
path="res://.godot/imported/break_level.png-6c1bb817b614823045841c5fbd1a01d4.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://resource/ui/hud/break_level.png"
|
||||
dest_files=["res://.godot/imported/break_level.png-6c1bb817b614823045841c5fbd1a01d4.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
|
||||
Loading…
Reference in New Issue