Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloaf20 committed Dec 13, 2023
0 parents commit f5ef752
Show file tree
Hide file tree
Showing 3 changed files with 3,700 additions and 0 deletions.
3,645 changes: 3,645 additions & 0 deletions assets/index-Y3-ORke7.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-ahInsuQf.css

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

54 changes: 54 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Loaf Engine</title>
<script type="module" crossorigin src="/assets/index-Y3-ORke7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-ahInsuQf.css">
</head>
<body>
<div class="editor-container">
<div class="top-pane">
<nav>
<ul class="menu-bar">
<li>
File
<ul class="dropdown file">
<li>Save to computer</li>
<li>Open file</li>
</ul>
</li>
<li>
View
<ul class="dropdown view">
<li>Scene hierarchy panel</li>
<li>Inspection panel</li>
</ul>
</li>
<li>
Add
<ul class="dropdown add" id="add-dropdown">
<li>Scene hierarchy panel</li>
<li>Inspection panel</li>
</ul>
</li>
<li>Assets</li>
<li>About</li>
</ul>
</nav>
</div>
<div class="lower-panes">
<div class="left-pane">
Scene tree
</div>
<div id="render-container" class="render-container">

</div>
<div class="right-pane">
Inspect object
</div>
</div>
</div>
</body>
</html>

0 comments on commit f5ef752

Please sign in to comment.