Skip to content

Commit

Permalink
Separated lens scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tabularelf committed Feb 20, 2022
1 parent 59885df commit 697961d
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 8 deletions.
7 changes: 5 additions & 2 deletions lens.yyp

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

3 changes: 3 additions & 0 deletions scripts/__lensTrace/__lensTrace.gml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function __lensTrace(_string) {
show_debug_message("Lens: " + _string);
}
12 changes: 12 additions & 0 deletions scripts/__lensTrace/__lensTrace.yy

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

4 changes: 0 additions & 4 deletions scripts/lens/lens.gml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,4 @@ function lens(_view = -1) constructor {
}

self[$ "@@Dispose@@"] = dispose;
}

function __lensTrace(_string) {
show_debug_message("Lens: " + _string);
}
4 changes: 2 additions & 2 deletions scripts/lens/lens.yy

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

0 comments on commit 697961d

Please sign in to comment.