mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-18 06:24:06 +09:00
removed unnecessary class Light10B, minor fixes for LightmapRenderer
Former-commit-id: 4cddfb080cc689738d9bf308f7d08852f4c78a8b Former-commit-id: 2354b2483f30e70862a327c1b9688a19bd1b2f66
This commit is contained in:
@@ -8,8 +8,8 @@ import org.dyn4j.geometry.Vector2
|
||||
class ProjectileHoming(
|
||||
type: Int,
|
||||
fromPoint: Vector2, // projected coord
|
||||
toPoint: Vector2, // arriving coord
|
||||
override var luminosity: Int = 0) : ProjectileSimple(type, fromPoint, toPoint, luminosity) {
|
||||
toPoint: Vector2 // arriving coord
|
||||
) : ProjectileSimple(type, fromPoint, toPoint) {
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user