forked from team-sg/hero-mark-2
added music note to scrump song
This commit is contained in:
parent
7df261b58e
commit
1096679637
3 changed files with 36 additions and 1 deletions
BIN
graphics/collectibles/shard_collected.png
Normal file
BIN
graphics/collectibles/shard_collected.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 197 B |
35
graphics/collectibles/shard_collected.png.import
Normal file
35
graphics/collectibles/shard_collected.png.import
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
[remap]
|
||||||
|
|
||||||
|
importer="texture"
|
||||||
|
type="StreamTexture"
|
||||||
|
path="res://.import/shard_collected.png-5dca71071d5812398bbf75737c619709.stex"
|
||||||
|
metadata={
|
||||||
|
"vram_texture": false
|
||||||
|
}
|
||||||
|
|
||||||
|
[deps]
|
||||||
|
|
||||||
|
source_file="res://graphics/collectibles/shard_collected.png"
|
||||||
|
dest_files=[ "res://.import/shard_collected.png-5dca71071d5812398bbf75737c619709.stex" ]
|
||||||
|
|
||||||
|
[params]
|
||||||
|
|
||||||
|
compress/mode=0
|
||||||
|
compress/lossy_quality=0.7
|
||||||
|
compress/hdr_mode=0
|
||||||
|
compress/bptc_ldr=0
|
||||||
|
compress/normal_map=0
|
||||||
|
flags/repeat=0
|
||||||
|
flags/filter=false
|
||||||
|
flags/mipmaps=false
|
||||||
|
flags/anisotropic=false
|
||||||
|
flags/srgb=2
|
||||||
|
process/fix_alpha_border=true
|
||||||
|
process/premult_alpha=false
|
||||||
|
process/HDR_as_SRGB=false
|
||||||
|
process/invert_color=false
|
||||||
|
process/normal_map_invert_y=false
|
||||||
|
stream=false
|
||||||
|
size_limit=0
|
||||||
|
detect_3d=true
|
||||||
|
svg/scale=1.0
|
|
@ -21,7 +21,7 @@ script = ExtResource( 7 )
|
||||||
music = ExtResource( 11 )
|
music = ExtResource( 11 )
|
||||||
|
|
||||||
[node name="HUD" parent="." instance=ExtResource( 6 )]
|
[node name="HUD" parent="." instance=ExtResource( 6 )]
|
||||||
song_name = "@Klystron"
|
song_name = "♫Klystron"
|
||||||
|
|
||||||
[node name="Sprite" type="Sprite" parent="."]
|
[node name="Sprite" type="Sprite" parent="."]
|
||||||
position = Vector2( 128, 96 )
|
position = Vector2( 128, 96 )
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue