mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
more efficient particles
Former-commit-id: 56dad88ecd715ad6e357e33b903851a47a358dcd Former-commit-id: c85c0b759a447c0461563d98156f59879fa95db2
This commit is contained in:
@@ -5,7 +5,7 @@ import net.torvald.terrarum.debuggerapp.ActorValueTracker
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2016-12-29.
|
||||
* Created by minjaesong on 2016-12-29.
|
||||
*/
|
||||
object AVTracker : ConsoleCommand {
|
||||
private val jPanelInstances = ArrayList<ActorValueTracker>()
|
||||
|
||||
@@ -5,7 +5,7 @@ import net.torvald.terrarum.debuggerapp.ActorsLister
|
||||
import java.util.*
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2016-12-29.
|
||||
* Created by minjaesong on 2016-12-29.
|
||||
*/
|
||||
object ActorsList : ConsoleCommand {
|
||||
private val jPanelInstances = ArrayList<ActorsLister>()
|
||||
|
||||
@@ -8,7 +8,7 @@ import net.torvald.terrarum.gameitem.EquipPosition
|
||||
import net.torvald.terrarum.itemproperties.ItemCodex
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2016-12-12.
|
||||
* Created by minjaesong on 2016-12-12.
|
||||
*/
|
||||
internal object Inventory : ConsoleCommand {
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ import net.torvald.terrarum.Terrarum
|
||||
import net.torvald.terrarum.gameactors.ActorWithSprite
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-01-20.
|
||||
* Created by minjaesong on 2017-01-20.
|
||||
*/
|
||||
object SetScale : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
|
||||
@@ -6,7 +6,7 @@ import java.io.File
|
||||
import java.io.FileInputStream
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2017-01-14.
|
||||
* Created by minjaesong on 2017-01-14.
|
||||
*/
|
||||
object SpawnTapestry : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
|
||||
@@ -6,7 +6,7 @@ import net.torvald.terrarum.gamecontroller.mouseX
|
||||
import net.torvald.terrarum.gamecontroller.mouseY
|
||||
|
||||
/**
|
||||
* Created by SKYHi14 on 2016-12-17.
|
||||
* Created by minjaesong on 2016-12-17.
|
||||
*/
|
||||
object SpawnTikiTorch : ConsoleCommand {
|
||||
override fun execute(args: Array<String>) {
|
||||
|
||||
Reference in New Issue
Block a user