소스 검색

Setting up for multiple scenes

tags/v0.1.0
Fen Dweller 6 년 전
부모
커밋
ae6323e72e
No known key found for this signature in database GPG 키 ID: 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>


불러오는 중...
취소
저장