Procházet zdrojové kódy

Setting up for multiple scenes

tags/v0.1.0
Fen Dweller před 6 roky
rodič
revize
ae6323e72e
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E80B35A6F11C3656
2 změnil soubory, kde provedl 29 přidání a 26 odebrání
  1. +1
    -1
      satiate.css
  2. +28
    -25
      satiate.html

+ 1
- 1
satiate.css Zobrazit soubor

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


+ 28
- 25
satiate.html Zobrazit soubor

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


Načítá se…
Zrušit
Uložit