mirror of
https://github.com/jlengrand/elm-dungeon.git
synced 2026-03-10 08:11:19 +00:00
Reduce playground
This commit is contained in:
@@ -30,7 +30,8 @@ It will open a browser
|
||||
|
||||
## Stuff still to be implemented (Spoiler : Almost everything)
|
||||
|
||||
* We shouldn't update the durability of a weapon (two swords don't make a twice a much powerful sword...)
|
||||
* Mobile friendly controls
|
||||
* Mobile friendly view
|
||||
* Detroy WeaponComponents instead of setting the durability to 0. This will allow to change the weapon type, ...
|
||||
* Refactor duplications
|
||||
* Traps
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -73,12 +73,12 @@ startHealth =
|
||||
|
||||
numberRows : Int
|
||||
numberRows =
|
||||
19
|
||||
4
|
||||
|
||||
|
||||
numberColumns : Int
|
||||
numberColumns =
|
||||
19
|
||||
4
|
||||
|
||||
|
||||
leftArrow : Int
|
||||
|
||||
Reference in New Issue
Block a user