feat: New game screen
- Basic layout - Menu structure - First screen - Add RandomPixelCanvas class
This commit is contained in:
parent
c518672db0
commit
a1b5aa8c59
4 changed files with 356 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ title: Menu
|
|||
tags:
|
||||
- game
|
||||
---
|
||||
{% assign bodyClass = 'body_game' -%}
|
||||
{% assign bodyClass = 'body_menu' -%}
|
||||
{% layout 'hippie/simple.liquid' %}
|
||||
|
||||
{% block body %}
|
||||
|
|
@ -14,7 +14,7 @@ tags:
|
|||
<p>Additional name</p>
|
||||
</hgroup>
|
||||
<ul class="link">
|
||||
<li><a href="#new">Neues Spiel</a></li>
|
||||
<li><a href="./new.html">Neues Spiel</a></li>
|
||||
<li><a href="#continue">Spiel fortsetzen</a></li>
|
||||
<li><a href="#options">Einstellungen</a></li>
|
||||
<li><a href="#quit">Spiel beenden</a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue