Removed unused files

This commit is contained in:
Profitroll 2023-09-29 21:22:02 +02:00
parent 7761d33c48
commit 4139811b1c
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2
2 changed files with 0 additions and 16 deletions

View File

@ -1 +0,0 @@
image_alpha = 0

View File

@ -1,15 +0,0 @@
if place_meeting(x, y, hitbox_copy)
{
if (image_alpha < 1)
image_alpha += 0.05
if mouse_check_button_pressed(mb_left)
{
if (!instance_exists(out_to_next))
{
global.language = "en"
instance_create(x, y, out_to_next)
}
}
}
else
image_alpha = 0