-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This system is accidentally a generic Bingosync system, and has almost nothing that makes it specific to OoT Bingo. This is good for us.
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
export {}; | ||
//# sourceMappingURL=bingosync.d.ts.map |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Large diffs are not rendered by default.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.
This file was deleted.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>Bingosync Graphic</title> | ||
|
||
<link rel="import" href="../bower_components/iron-flex-layout/iron-flex-layout-classes.html"> | ||
<link rel="import" href="../bower_components/iron-flex-layout/iron-flex-layout.html"> | ||
<link rel="import" href="../bower_components/polymer-decorators/polymer-decorators.html"> | ||
<link rel="import" href="../bower_components/polymer/lib/mixins/mutable-data.html"> | ||
<link rel="import" href="../bower_components/polymer/lib/utils/debounce.html"> | ||
<link rel="import" href="../bower_components/polymer/polymer-element.html"> | ||
<script> | ||
{ | ||
let links = [ | ||
'elements/molecules/gdq-bingosync-board/gdq-bingosync-board.html' | ||
]; | ||
|
||
for (const link of links) { | ||
const linkElem = document.createElement('link'); | ||
linkElem.rel = 'import'; | ||
linkElem.href = link; | ||
document.head.appendChild(linkElem); | ||
} | ||
} | ||
</script> | ||
|
||
<custom-style> | ||
<style include="iron-flex iron-positioning"> | ||
body { | ||
overflow: hidden; | ||
} | ||
|
||
gdq-bingosync-board { | ||
@apply --layout-flex; | ||
} | ||
</style> | ||
</custom-style> | ||
</head> | ||
<body class="fullbleed vertical layout"> | ||
<gdq-bingosync-board></gdq-bingosync-board> | ||
</body> | ||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
This file was deleted.