upadte tutorial area

This commit is contained in:
Daniel Kauss Serna 2026-02-23 23:50:31 +01:00
parent 34be761164
commit 05e4ec44cf
4 changed files with 23775 additions and 11767 deletions

BIN
assets/enviroment/intro.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 586 KiB

View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://t6m2cdr2xmo8"
path="res://.godot/imported/intro.png-efa2e70b46741a14f15d88d511983087.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://assets/enviroment/intro.png"
dest_files=["res://.godot/imported/intro.png-efa2e70b46741a14f15d88d511983087.ctex"]
[params]
compress/mode=0
compress/high_quality=false
compress/lossy_quality=0.7
compress/uastc_level=0
compress/rdo_quality_loss=0.0
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/channel_remap/red=0
process/channel_remap/green=1
process/channel_remap/blue=2
process/channel_remap/alpha=3
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

File diff suppressed because one or more lines are too long

View file

@ -96,7 +96,8 @@ func _handle_mask_durability(delta : float):
if get_tree().get_node_count_in_group("enemy") > 0:
mask_time_remaining -= delta
if mask_time_remaining <= 0:
die()
#die()
pass
EventBus.mask_time_changed.emit(mask_time_remaining / mask_start_time)
func _check_items():