Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion src/html/frame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Game Frame Development</title>
<title>Game Frame Developmentddddddddddd</title>
<meta name="description" content="Just an iframe page to enable development." />
<meta name="viewport" content="width=device-width" />
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down
2 changes: 2 additions & 0 deletions src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div class="form-check"><input class="form-check-input" type="checkbox" value="" id="gravity" /> <label class="form-check-label" for="gravity">Gravity</label></div>
</form>
</div>
<div id="grid"></div>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. I think the other option is writing over the canvas directly. THis might a be moire tricky to make it stable, but I think is a better move over all

<div class="tab-pane" id="images">
<form>
<div class="form-group"><label for="newImageForm">Add an Image</label>
Expand Down Expand Up @@ -83,6 +84,7 @@
<li class="active"><a href="#game" data-toggle="tab" role="tab" aria-controls="home" aria-selected="true">Game</a></li>
<div class="btn-group action-buttons">
<button id="fullscreen" type="button" class="btn btn-default fullscreenbutton">Full Screen</button>
<button class="form-check"><input class="form-check-input" type="checkbox" value="" id="Grid" /> <label class="form-check-label" for="Grid">Grid</label></button>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool. Looks good to me. This is a good spot. We are using bootstrap 3 (maybe we should update to bootstrap 5), but if you want to do anymore styling checkout the bootstrap docs: https://getbootstrap.com/docs/4.0/components/forms/#checkboxes-and-radios

<button id="new-name" type="button" class="btn btn-default">New Url</button>
<button id="QR" type="button" class="qr btn btn-default" data-toggle="modal" data-target="#QRModal">QR</button>
</div>
Expand Down