Skip to content

Commit

Permalink
Added additional Feather info
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxyOfJungle committed Jun 20, 2023
1 parent 7a64cfe commit 00eff70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/__tgm_graphics/__tgm_graphics.gml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ function display_get_inches() {
}

/// @desc Returns the display count.
/// Please note, this function is slow.
function display_get_display_count() {
// credit: gnysek
return array_length(window_get_visible_rects(0, 0, 1, 1)) / 8;
Expand Down

0 comments on commit 00eff70

Please sign in to comment.