Просмотр исходного кода

Setting up for multiple scenes

tags/v0.1.0
Fen Dweller 6 лет назад
Родитель
Сommit
ae6323e72e
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: E80B35A6F11C3656
2 измененных файлов: 29 добавлений и 26 удалений
  1. +1
    -1
      satiate.css
  2. +28
    -25
      satiate.html

+ 1
- 1
satiate.css Просмотреть файл

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


+ 28
- 25
satiate.html Просмотреть файл

@@ -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>


Загрузка…
Отмена
Сохранить