[wip] Jak 3 Overlord (#3567)

This commit is contained in:
water111
2024-07-26 09:42:28 -04:00
committed by GitHub
parent 57772c59a0
commit e81431bd21
80 changed files with 12658 additions and 132 deletions
+7 -14
View File
@@ -1707,16 +1707,13 @@
(the-as
(function process-drawable symbol)
(if (logtest? (-> self scene scene-flags) (scene-flags scf1))
(lambda :behavior scene-player
()
(when (cpad-pressed? 0 triangle)
(set! (-> self aborted?) #t)
(logclear! (-> *cpad-list* cpads 0 button0-abs 0) (pad-buttons triangle))
(logclear! (-> *cpad-list* cpads 0 button0-rel 0) (pad-buttons triangle))
#t
)
(none)
)
(lambda :behavior scene-player () (when (cpad-pressed? 0 triangle)
(set! (-> self aborted?) #t)
(logclear! (-> *cpad-list* cpads 0 button0-abs 0) (pad-buttons triangle))
(logclear! (-> *cpad-list* cpads 0 button0-rel 0) (pad-buttons triangle))
#t
)
)
false-func
)
)
@@ -2169,7 +2166,3 @@
)
this
)