Skip to content

Commit

Permalink
Started writing TargetingExample
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Aug 13, 2023
1 parent d80ece2 commit 6178df1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions core/src/test/scala/examples/TargetingExample.scala
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package examples

import org.sgine.component.Component

object TargetingExample extends Example {
// TODO: floating component on mouse pointer
// TODO: multiple enemies on screen
// TODO: shows distance on each enemy from component
// TODO: highlights nearest target
// TODO: outline on component showing targetting range

override protected def component: Component = ???
}

0 comments on commit 6178df1

Please sign in to comment.