more starting of the fight.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
(ns advent.screens.scene
|
||||
(:refer-clojure :exclude [load])
|
||||
(:require [play-clj.core :refer :all]
|
||||
[play-clj.ui :refer :all]
|
||||
[play-clj.utils :refer :all]
|
||||
@@ -245,7 +246,8 @@
|
||||
:inside-antique (make-music "inside-antique.ogg")
|
||||
:town-1 (make-music "town-music-1.ogg")
|
||||
:town-2 (doto (make-music "town-music-2.ogg") play-sound)
|
||||
:inside-fangald (make-music "inside-fangald.ogg")}
|
||||
:inside-fangald (make-music "inside-fangald.ogg")
|
||||
:fight (make-music "megaboss.mp3")}
|
||||
:state (get-state)
|
||||
:actions {:object nil
|
||||
:channel (chan)
|
||||
|
||||
Reference in New Issue
Block a user