Beginning to get IOS, Android, and Desktop all working at once. Re-enabling steam.

This commit is contained in:
Bryce Covert
2020-01-07 22:18:35 -08:00
parent 7152acd658
commit d1a898035d
11 changed files with 582 additions and 457 deletions

View File

@@ -43,7 +43,8 @@
(defgame advent
:on-create
(fn [this]
(create-game advent)))
(steam/init)
(create-game advent)))
(defn reload []
(on-gl (set-screen! advent title/title-screen)))