X-Git-Url: https://git.xangelo.ca/?p=sketchy-heroes.git;a=blobdiff_plain;f=src%2Fpublic%2Fapp%2Fdom.ts;fp=src%2Fpublic%2Fapp%2Fdom.ts;h=4929feb72f42f13da4e59975be4f5781d18da98d;hp=0000000000000000000000000000000000000000;hb=7aa7248bc4f3f59a002beb98fa889a9da3c25866;hpb=9cec2c639563092ed050716db1e7e4657f937bf5 diff --git a/src/public/app/dom.ts b/src/public/app/dom.ts new file mode 100644 index 0000000..4929feb --- /dev/null +++ b/src/public/app/dom.ts @@ -0,0 +1,9 @@ +import $ from 'jquery'; + +export function $fightButton() { + return $('#fight-action'); +} + +export function $exploreButton() { + return $('#explore-action'); +}