Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-arold committed Jul 7, 2023
1 parent d2235f6 commit 9298a35
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 503 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@ import org.hexworks.zircon.internal.grid.InternalTileGrid
* @see Closeable
* @see DrawSurface
* @see Layerable
* @see ShutdownHook
* @see TypingSupport
* @see UIEventSource
* @see ViewContainer
*/
interface TileGrid : AnimationRunner, Clearable, Closeable, DrawSurface, Layerable,
ShutdownHook, TypingSupport, UIEventSource, ViewContainer {
TypingSupport, UIEventSource, ViewContainer {

val widthInPixels: Int
get() = tileset.width * width
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import org.hexworks.zircon.api.animation.Animation
import org.hexworks.zircon.api.animation.AnimationHandle
import org.hexworks.zircon.api.application.AppConfig
import org.hexworks.zircon.api.behavior.Layerable
import org.hexworks.zircon.api.behavior.ShutdownHook
import org.hexworks.zircon.api.data.CharacterTile
import org.hexworks.zircon.api.data.Position
import org.hexworks.zircon.api.data.Size
Expand All @@ -25,7 +24,6 @@ import org.hexworks.zircon.internal.application.InternalApplication
import org.hexworks.zircon.internal.behavior.InternalCursorHandler
import org.hexworks.zircon.internal.behavior.InternalLayerable
import org.hexworks.zircon.internal.behavior.impl.DefaultCursorHandler
import org.hexworks.zircon.internal.behavior.impl.DefaultShutdownHook
import org.hexworks.zircon.internal.behavior.impl.DefaultLayerable
import org.hexworks.zircon.internal.graphics.InternalLayer
import org.hexworks.zircon.internal.graphics.Renderable
Expand All @@ -40,7 +38,6 @@ class DefaultTileGrid(
),
private val eventProcessor: UIEventProcessor = UIEventProcessor.createDefault()
) : InternalTileGrid,
ShutdownHook by DefaultShutdownHook(),
UIEventProcessor by eventProcessor,
ViewContainer by ViewContainer.create() {

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9298a35

Please sign in to comment.