more minor changes

This commit is contained in:
minjaesong
2017-06-11 18:01:03 +09:00
parent 8a3c4fd65e
commit 980c92f213
20 changed files with 115 additions and 22 deletions

View File

@@ -41,6 +41,7 @@ object AVKey {
*/
const val LUMINOSITY = "luminosity"
const val DRAGCOEFF = "dragcoeff"
const val FALLDAMPENMULT = "falldampenmult"
/** String
* e.g. Jarppi

View File

@@ -50,7 +50,7 @@ object PlayerBuilderSigrid {
p.actorValue[AVKey.INTELLIGENT] = true
//p.actorValue[AVKey.LUMINOSITY] = Color(0x434aff).to10bit()
p.actorValue[AVKey.LUMINOSITY] = 214127943 // bright purple
//p.actorValue[AVKey.LUMINOSITY] = 214127943 // bright purple
p.actorValue[AVKey.BASEDEFENCE] = 141