Skip to content

Commit

Permalink
Taskbar texture now loaded from gui.png
Browse files Browse the repository at this point in the history
  • Loading branch information
RealMCoded committed Feb 26, 2022
1 parent bd7890c commit f4a27a2
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions objects/obj_btn_begin/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
/// @description

draw_sprite_part_ext(global.sprite[1], 0, 136, 336, 64, 58, 0, 662, 20, 1, c_white, 1)

if !clicked draw_sprite_part_ext(global.sprite[1], 0, 12, 216, 122, 44, x, y, 0.7, 0.7, c_white, 1) else draw_sprite_part_ext(global.sprite[1], 0, 12, 284, 122, 44, x, y, 0.7, 0.7, c_white, 1)

draw_set_halign(fa_left)
Expand Down
5 changes: 3 additions & 2 deletions rooms/rm_os_pc/rm_os_pc.yy

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

Binary file modified sprites/spr_gui/895a2e3e-f135-4562-9438-bfcd50a95589.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.
4 changes: 2 additions & 2 deletions sprites/spr_gui/spr_gui.yy

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

0 comments on commit f4a27a2

Please sign in to comment.