Removed unused files
This commit is contained in:
parent
7761d33c48
commit
4139811b1c
@ -1 +0,0 @@
|
|||||||
image_alpha = 0
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user