Skip to content

Commit

Permalink
buttons wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAB909 committed May 28, 2024
1 parent d381c1f commit 99efb0a
Show file tree
Hide file tree
Showing 15 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ChapterMaster.yyp

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified datafiles/images/title_splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions objects/obj_main_menu_buttons/Draw_0.gml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ if (instance_exists(obj_main_menu)) and (!instance_exists(obj_saveload)) and (!i
}
if (hover[i]=0) and (glow[i]>0) then glow[i]-=4;
}

// location of sprites
draw_set_alpha(obj_main_menu.tim4/50);
draw_sprite(spr_mm_butts,0,126,yy);
draw_sprite(spr_mm_butts,1,550,yy);
draw_sprite(spr_mm_butts,2,968,yy);
draw_sprite(spr_mm_butts,3,1280,yy);
draw_sprite(spr_mm_butts,0,700,500);
draw_sprite(spr_mm_butts,1,700,520);
draw_sprite(spr_mm_butts,2,700,540);
draw_sprite(spr_mm_butts,3,700,580);
draw_set_alpha(1);
}

Expand Down
Binary file modified sprites/spr_mm_butts/07b73ac4-39da-4acb-9f11-a9ee3400a71f.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/spr_mm_butts/8122bd56-7d5c-49d3-a373-6548e3cf9b7b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/spr_mm_butts/8ada21ef-8373-4ce3-a587-650fb8da0541.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/spr_mm_butts/a490443b-3cdf-4753-9ffc-2896f0104827.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/spr_mm_butts/b2f3fc02-83c3-4384-8cf7-349730941d32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sprites/spr_new_mm/24507153-8c4a-4a69-b14f-9a079657f166.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 99efb0a

Please sign in to comment.