ios updates.
This commit is contained in:
@@ -7,6 +7,12 @@ PROGRAMMING
|
||||
+ try to have dialogue for every wrong interaction
|
||||
+ preload all sounds
|
||||
|
||||
IOS
|
||||
+ all mp3s
|
||||
+ particle effects slowdown?
|
||||
+ pngcrush breaks colors
|
||||
+ renable pickup sound once it's been replaced
|
||||
|
||||
AUDIO
|
||||
+ Walking
|
||||
+ blink
|
||||
|
||||
@@ -533,7 +533,7 @@
|
||||
(defn give [entities item]
|
||||
(run-action entities
|
||||
(begin [this screen entities]
|
||||
(sound! (utils/load-sound "pickup.mp3") :play (utils/current-sound-volume))
|
||||
#_(sound! (utils/load-sound "pickup.mp3") :play (utils/current-sound-volume))
|
||||
|
||||
(-> entities
|
||||
(update-in [:state :inventory] #(conj % item))
|
||||
|
||||
Reference in New Issue
Block a user