Skip to content
Closed

Last2 #177

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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let config = {
renderer: Phaser.AUTO,
type: Phaser.AUTO,
width: 800,
height: 600,
physics: {
Expand Down
2 changes: 2 additions & 0 deletions projects/create-a-vr-solar-system-with-a-frame/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@

<!-- Neptune -->
<a-sphere id="neptune" position="301 1.25 -5" radius="0.7" src="planet_textures/neptune.jpeg" rotation="0 360 0" animation="property: rotation; to: 0 360 0; loop: true; dur: 54720"></a-sphere>

</a-scene>
</body>
</html>