keycards and keys are per default collectible
This commit is contained in:
parent
6cacaf6a2e
commit
a71a637c16
@ -39,6 +39,7 @@ surfaces/0 = {
|
|||||||
|
|
||||||
[node name="Key" type="StaticBody" groups=[
|
[node name="Key" type="StaticBody" groups=[
|
||||||
"Touchables",
|
"Touchables",
|
||||||
|
"Collectibles",
|
||||||
]]
|
]]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ surfaces/0 = {
|
|||||||
|
|
||||||
[node name="Keycard" type="StaticBody" groups=[
|
[node name="Keycard" type="StaticBody" groups=[
|
||||||
"Touchables",
|
"Touchables",
|
||||||
|
"Collectibles",
|
||||||
]]
|
]]
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 8.9 KiB |
@ -1,34 +0,0 @@
|
|||||||
[remap]
|
|
||||||
|
|
||||||
importer="texture"
|
|
||||||
type="StreamTexture"
|
|
||||||
path="res://.import/keycard.png-1b5932f2383ba2cd4c771ca169fe169c.stex"
|
|
||||||
metadata={
|
|
||||||
"vram_texture": false
|
|
||||||
}
|
|
||||||
|
|
||||||
[deps]
|
|
||||||
|
|
||||||
source_file="res://Resources/Models/keycard/keycard.png"
|
|
||||||
dest_files=[ "res://.import/keycard.png-1b5932f2383ba2cd4c771ca169fe169c.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=true
|
|
||||||
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
|
|
||||||
stream=false
|
|
||||||
size_limit=0
|
|
||||||
detect_3d=true
|
|
||||||
svg/scale=1.0
|
|
Loading…
x
Reference in New Issue
Block a user