more starting of the fight.

This commit is contained in:
2014-12-11 16:22:16 -08:00
parent ad70fd76b6
commit 1ac686039a
5 changed files with 43 additions and 4 deletions

View File

@@ -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)