more efficient particles

Former-commit-id: 56dad88ecd715ad6e357e33b903851a47a358dcd
Former-commit-id: c85c0b759a447c0461563d98156f59879fa95db2
This commit is contained in:
Song Minjae
2017-01-22 04:13:45 +09:00
parent 4acc797fee
commit 54b52b1b6e
22 changed files with 135 additions and 66 deletions

View File

@@ -17,7 +17,7 @@ import java.awt.event.MouseListener
import javax.swing.*
/**
* Created by SKYHi14 on 2016-12-29.
* Created by minjaesong on 2016-12-29.
*/
class ActorValueTracker constructor() : JFrame() {

View File

@@ -8,7 +8,7 @@ import java.util.*
import javax.swing.*
/**
* Created by SKYHi14 on 2016-12-29.
* Created by minjaesong on 2016-12-29.
*/
class ActorsLister(
val actorContainer: ArrayList<Actor>,