Skip to content

Commit

Permalink
Fixes for Scala 3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Sep 9, 2023
1 parent 0cd718d commit ccf4f8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions core/src/test/scala/examples/AudioExample.scala
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package examples

import org.sgine.audio.Audio
import org.sgine.{Color, PointerCursor}
import org.sgine.component.{Component, Container, Image, Label, PointerSupport}
import org.sgine.PointerCursor
import org.sgine.component.{Container, Image, Label, PointerSupport}
import perfolation.double2Implicits

import reactify._

object AudioExample extends Example {
private lazy val music = Audio.music("music.mp3")
private lazy val sfx = Audio.sound("sfx.mp3")
Expand Down

0 comments on commit ccf4f8e

Please sign in to comment.