Add project files

This commit is contained in:
ChaoticByte 2024-06-04 18:31:04 +02:00
parent 88517179f0
commit 68cccc2a62
17 changed files with 551 additions and 1 deletions

View file

@ -0,0 +1,9 @@
extends Sprite2D
@onready var camera = get_parent().get_node("Camera")
func _process(_delta):
if camera.zoom.x >= 1.5:
texture_filter = TEXTURE_FILTER_NEAREST_WITH_MIPMAPS
else:
texture_filter = TEXTURE_FILTER_LINEAR