Small Changes

This commit is contained in:
Pal
2026-02-10 01:21:47 -08:00
parent 8001556f37
commit 843a100218
7 changed files with 1019 additions and 273 deletions

View File

@@ -81,6 +81,7 @@ import/blender/enabled=false
[importer_defaults] [importer_defaults]
texture={ texture={
&"compress/high_quality": true,
&"compress/mode": 2, &"compress/mode": 2,
&"detect_3d/compress_to": 0 &"detect_3d/compress_to": 0
} }

View File

@@ -8,6 +8,7 @@ script = ExtResource("2_4aje4")
AttackSpeed = 1.0 AttackSpeed = 1.0
WeaponElement = 0 WeaponElement = 0
WeaponTag = 2 WeaponTag = 2
SelfDamage = 0
SoundEffect = 22 SoundEffect = 22
Name = "Nebula Chain" Name = "Nebula Chain"
Description = "Chain Whip that strikes through time and dimension." Description = "Chain Whip that strikes through time and dimension."

View File

@@ -3,7 +3,7 @@
importer="texture" importer="texture"
type="CompressedTexture2D" type="CompressedTexture2D"
uid="uid://cr2jhtawg0lsw" uid="uid://cr2jhtawg0lsw"
path.s3tc="res://.godot/imported/Nebula Chain.png-99ddad7d70f9e8aa9060816e05a6f73d.s3tc.ctex" path.bptc="res://.godot/imported/Nebula Chain.png-99ddad7d70f9e8aa9060816e05a6f73d.bptc.ctex"
metadata={ metadata={
"imported_formats": ["s3tc_bptc"], "imported_formats": ["s3tc_bptc"],
"vram_texture": true "vram_texture": true
@@ -12,12 +12,12 @@ metadata={
[deps] [deps]
source_file="res://src/items/weapons/textures/Nebula Chain.png" source_file="res://src/items/weapons/textures/Nebula Chain.png"
dest_files=["res://.godot/imported/Nebula Chain.png-99ddad7d70f9e8aa9060816e05a6f73d.s3tc.ctex"] dest_files=["res://.godot/imported/Nebula Chain.png-99ddad7d70f9e8aa9060816e05a6f73d.bptc.ctex"]
[params] [params]
compress/mode=2 compress/mode=2
compress/high_quality=false compress/high_quality=true
compress/lossy_quality=0.7 compress/lossy_quality=0.7
compress/hdr_compression=1 compress/hdr_compression=1
compress/normal_map=0 compress/normal_map=0

File diff suppressed because one or more lines are too long