Added rough CRT enemy; roughed in wave tracking and enemy switching; new

game resets wave_count to 0.
This commit is contained in:
Henry 2026-02-15 22:58:40 +00:00
parent 1da24eb0e6
commit 26803702b1
14 changed files with 383 additions and 16 deletions

BIN
sprites/crt.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 401 B

40
sprites/crt.png.import Normal file
View file

@ -0,0 +1,40 @@
[remap]
importer="texture"
type="CompressedTexture2D"
uid="uid://b5pswf7r8b7j4"
path="res://.godot/imported/crt.png-e54154c66d7f8bd69bbbbb6583434a1a.ctex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/crt.png"
dest_files=["res://.godot/imported/crt.png-e54154c66d7f8bd69bbbbb6583434a1a.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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 422 B

After

Width:  |  Height:  |  Size: 692 B

Before After
Before After