Skip to content

Commit

Permalink
messing with webpack config some more and trying to fix styling so it…
Browse files Browse the repository at this point in the history
… doesnt suck
  • Loading branch information
rhiannanberry committed Jan 28, 2020
1 parent 5d70334 commit b805a15
Show file tree
Hide file tree
Showing 21 changed files with 3,119 additions and 222 deletions.
17 changes: 0 additions & 17 deletions includes/styles/style.css

This file was deleted.

File renamed without changes
Binary file added includes/textures/eyes/black.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed includes/textures/eyes/custom.png
Binary file not shown.
Binary file modified includes/textures/eyes/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed includes/textures/skin/6-n.png
Binary file not shown.
Binary file added includes/textures/skin/blush.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added includes/textures/skin/default.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,11 @@
<title>Hello, WebVR! • A-Frame</title>
<meta name="description" content="Hello, WebVR! • A-Frame">
<script src="https://aframe.io/releases/0.9.2/aframe.min.js"></script>
<link rel="stylesheet" type="text/css" href="includes/styles/style.css">
</head>
<body>
<div id="container">
<div id='testreact'></div>

<!--<a-scene id="scene" embedded>
<a-entity id="me" position="0 1 -1" gltf-model="url(includes/models/separated/hubs_model_short_messy_sep.glb)" drag-rotate-x="speed:5" test-comp></a-entity>
<a-entity position="0 1.5 0" scroll-zoom="target: #me; speed:0.1"> <a-camera wasd-controls="enabled:false" rotation="" look-controls="enabled:false" ></a-camera></a-entity>
</a-scene>-->
<div id='options'></div>

</div>
</body>
</html>
Loading

0 comments on commit b805a15

Please sign in to comment.