working UV simulation using alpha channel

This commit is contained in:
minjaesong
2017-07-12 02:35:36 +09:00
parent ca83322df9
commit 448c5f0fca
30 changed files with 94 additions and 97 deletions

View File

@@ -28,7 +28,7 @@ open class ProjectileSimple(
val speed: Int
override var luminosity: Color
override var color: Color
get() = (bulletDatabase[type][OFFSET_LUMINOSITY] as Color).cpy()
set(value) {
}