Parcourir la source

Setting up for multiple scenes

tags/v0.1.0
Fen Dweller il y a 7 ans
Parent
révision
ae6323e72e
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: E80B35A6F11C3656
2 fichiers modifiés avec 29 ajouts et 26 suppressions
  1. +1
    -1
      satiate.css
  2. +28
    -25
      satiate.html

+ 1
- 1
satiate.css Voir le fichier

@@ -1,4 +1,4 @@
html, body {
html, body, .scene {
min-height: 100%;
height: 100%;
color: #eee;


+ 28
- 25
satiate.html Voir le fichier

@@ -19,35 +19,38 @@
</head>

<body>
<div id="info-area">
<div class="sidebar">
<div id="menu">
this is the menu, eventually
<div class="scene" id=
<div class="scene" id="game">
<div id="info-area">
<div class="sidebar">
<div id="menu">
this is the menu, eventually
</div>
<div id="world-info">
<div class="info-header" id="world-info-header">World</div>
<div id="world-info-time">Time to get a watch!</div>
</div>
<div id="player-info">
<div class="info-header" id="player-info-header">Player</div>
<div id="player-info-health"></div>
</div>
</div>
<div id="world-info">
<div class="info-header" id="world-info-header">World</div>
<div id="world-info-time">Time to get a watch!</div>
<div id="log">
</div>
<div id="player-info">
<div class="info-header" id="player-info-header">Player</div>
<div id="player-info-health"></div>
<div class="sidebar" id="area-info">
<div id="area-name"></div>
<div id="area-desc"></div>
</div>
</div>
<div id="log">
</div>
<div class="sidebar" id="area-info">
<div id="area-name"></div>
<div id="area-desc"></div>
</div>
</div>
<div id="control-area">
<div id="actions">
</div>
<div id="desc">
this is a description of your action
</div>
<div id="moves">
<div id="move-holder">
<div id="control-area">
<div id="actions">
</div>
<div id="desc">
this is a description of your action
</div>
<div id="moves">
<div id="move-holder">
</div>
</div>
</div>
</div>


Chargement…
Annuler
Enregistrer