summaryrefslogtreecommitdiff
path: root/lisparuga/game.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lisparuga/game.scm')
-rw-r--r--lisparuga/game.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisparuga/game.scm b/lisparuga/game.scm
index bad080a..19e56ad 100644
--- a/lisparuga/game.scm
+++ b/lisparuga/game.scm
@@ -54,7 +54,7 @@
game-over?
complete?))
-(define-asset clouds (load-image (scope-asset "images/clouds.png")))
+;;(define-asset clouds (load-image (scope-asset "images/clouds.png")))
(define-asset player-bullet-atlas
(load-tile-atlas (scope-asset "images/player-bullets.png") 16 16))
(define-asset enemy-bullet-atlas
@@ -115,10 +115,10 @@
#:rank 999)))
(set! (rank player) 1)
(attach-to game
- (make <sprite>
- #:name 'clouds
- #:rank 0
- #:texture clouds)
+ ;; (make <sprite>
+ ;; #:name 'clouds
+ ;; #:rank 0
+ ;; #:texture clouds)
player
player-bullets
(make <node-2d>
@@ -240,7 +240,7 @@
(set! (stage-script game)
(run-script game
(do-intro game)
- ;;(do-tutorial game)
+ (do-tutorial game)
(do-phase-1 game)
(do-phase-2 game)
(toratsugumi-sweep game '((() (white white white) 45)