IOS tweaks.
This commit is contained in:
@@ -2,19 +2,17 @@ ART
|
|||||||
+ Update all collisions
|
+ Update all collisions
|
||||||
|
|
||||||
PROGRAMMING
|
PROGRAMMING
|
||||||
+ fight with blergh at end isn't great
|
|
||||||
+ Save slots?
|
+ Save slots?
|
||||||
+ try to have dialogue for every wrong interaction
|
+ try to have dialogue for every wrong interaction
|
||||||
+ preload all sounds
|
+ preload all sounds
|
||||||
+ behind house left direction not great
|
+ behind house left direction not great
|
||||||
+ grenouille chala leftovers
|
|
||||||
|
|
||||||
IOS
|
IOS
|
||||||
+ all mp3s
|
+ all mp3s
|
||||||
+ particle effects slowdown?
|
|
||||||
+ pngcrush breaks colors
|
+ pngcrush breaks colors
|
||||||
+ renable pickup sound once it's been replaced
|
+ renable pickup sound once it's been replaced
|
||||||
+ check out 64 bit?
|
+ check out 64 bit?
|
||||||
|
+ update-override slow on IOS
|
||||||
|
|
||||||
AUDIO
|
AUDIO
|
||||||
+ Walking
|
+ Walking
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ lowMin: 1000.0
|
|||||||
lowMax: 1000.0
|
lowMax: 1000.0
|
||||||
- Count -
|
- Count -
|
||||||
min: 0
|
min: 0
|
||||||
max: 800
|
max: 200
|
||||||
- Emission -
|
- Emission -
|
||||||
lowMin: 0.0
|
lowMin: 0.0
|
||||||
lowMax: 0.0
|
lowMax: 0.0
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.7 KiB |
@@ -1,2 +1,2 @@
|
|||||||
ms=256M
|
ms128M
|
||||||
mx=1024M
|
mx512M
|
||||||
|
|||||||
@@ -171,7 +171,9 @@
|
|||||||
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
|
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :reset)
|
||||||
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :start)
|
(particle-effect! (get-in @entities [:room :entities :magic-frog-particle]) :start)
|
||||||
(Thread/sleep 1500)
|
(Thread/sleep 1500)
|
||||||
(actions/transition-background entities :outside-house [257 90] :face :left))
|
(actions/transition-background entities :outside-house [257 90] :face :left)
|
||||||
|
(dotimes [_ 160]
|
||||||
|
(particle-effect! (get-in @entities [:rooms :inside-house :entities :magic-frog-particle]) :update 0.2)))
|
||||||
|
|
||||||
(defn do-prophecy [entities]
|
(defn do-prophecy [entities]
|
||||||
{:run #(do (actions/respond entities %
|
{:run #(do (actions/respond entities %
|
||||||
|
|||||||
@@ -1114,7 +1114,7 @@ void main()
|
|||||||
(set! (. camera zoom) (:zoom (:cam entities)))
|
(set! (. camera zoom) (:zoom (:cam entities)))
|
||||||
(set! (.. camera position x) (:x (:cam entities) 160.0))
|
(set! (.. camera position x) (:x (:cam entities) 160.0))
|
||||||
(set! (.. camera position y) (:y (:cam entities) 120.0)))
|
(set! (.. camera position y) (:y (:cam entities) 120.0)))
|
||||||
(let [entities (utils/update-override screen entities)]
|
(let [entities entities (utils/update-override screen entities)]
|
||||||
|
|
||||||
|
|
||||||
(when (= (get-in entities [:fade :opacity])
|
(when (= (get-in entities [:fade :opacity])
|
||||||
@@ -1262,8 +1262,8 @@ void main()
|
|||||||
(fn [{:keys [^FitViewport viewport] :as screen} [entities]]
|
(fn [{:keys [^FitViewport viewport] :as screen} [entities]]
|
||||||
(.apply viewport)
|
(.apply viewport)
|
||||||
(let [entities (utils/apply-tweens screen entities (:tweens entities))]
|
(let [entities (utils/apply-tweens screen entities (:tweens entities))]
|
||||||
#_(label! (:fps entities) :set-text (str (game :fps)))
|
(label! (:fps entities) :set-text (str (game :fps)))
|
||||||
(render! screen [ (:inventory entities) (:close entities)])
|
(render! screen [ (:fps entities) (:inventory entities) (:close entities)])
|
||||||
entities))
|
entities))
|
||||||
|
|
||||||
:on-resize
|
:on-resize
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
rm -rf advent.core.IOSLauncher && lein do compile, fruit ipa
|
rm -rf advent.core.IOSLauncher && lein do compile, fruit ipa64
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
[org.clojure/data.priority-map "0.0.5"]
|
[org.clojure/data.priority-map "0.0.5"]
|
||||||
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
|
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
|
||||||
[org.clojure/clojure "1.6.0"]
|
[org.clojure/clojure "1.6.0"]
|
||||||
|
[org.robovm/robovm-cocoatouch "1.7.0"]
|
||||||
|
[org.robovm/robovm-objc "1.7.0"]
|
||||||
|
[org.robovm/robovm-rt "1.7.0"]
|
||||||
[play-clj "0.4.5-BRYCE"]]
|
[play-clj "0.4.5-BRYCE"]]
|
||||||
:source-paths ["src/clojure" "../desktop/src-common"]
|
:source-paths ["src/clojure" "../desktop/src-common"]
|
||||||
:java-source-paths ["src/java"]
|
:java-source-paths ["src/java"]
|
||||||
@@ -15,7 +18,8 @@
|
|||||||
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**"
|
:ios {:robovm-opts ["-forcelinkclasses" "advent.**:clojure.**:com.badlogic.**:play_clj.**"
|
||||||
"-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a"
|
"-libs" "libs/libObjectAL.a:libs/libgdx.a:libs/libgdx-box2d.a:libs/libgdx-bullet.a"
|
||||||
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
"-frameworks" "UIKit:OpenGLES:QuartzCore:CoreGraphics:OpenAL:AudioToolbox:AVFoundation"
|
||||||
"-resources" "../desktop/resources/**"]
|
"-resources" "../desktop/resources/**"
|
||||||
|
]
|
||||||
:robovm-path "/Users/brycecovert/dev/robovm/robovm-1.7.0/"
|
:robovm-path "/Users/brycecovert/dev/robovm/robovm-1.7.0/"
|
||||||
:versionn 1.1}
|
:versionn 1.1}
|
||||||
:aot :all
|
:aot :all
|
||||||
|
|||||||
Reference in New Issue
Block a user