Added (times i fn) to prelude

This commit is contained in:
Devine Lu Linvega
2019-07-21 09:20:04 +09:00
parent aaa77de890
commit 3ea7fff85f
4 changed files with 104 additions and 88 deletions

View File

@@ -10,7 +10,7 @@ function Ronin () {
b_low: '#aaa',
b_inv: '#ffb545'
}
this.includes = ['prelude']
this.el = document.createElement('div')