mirror of
https://github.com/open-goal/jak-project
synced 2026-07-30 16:04:33 -04:00
revamp controller LED in jak 1 + reorganize some pc-settings things + fix some jak 2 decomp (#2719)
This commit is contained in:
Generated
Vendored
+6
-6
@@ -7,7 +7,7 @@
|
||||
(new 'static 'texture-anim-array :type texture-anim
|
||||
(new 'static 'texture-anim
|
||||
:num-layers #x5
|
||||
:func 'metkor-texture-anim-func
|
||||
:func-id 'metkor-texture-anim-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:tex-name "squid-env-rim-dest"
|
||||
@@ -19,7 +19,7 @@
|
||||
:clamp (new 'static 'gs-clamp :wms (gs-tex-wrap-mode clamp) :wmt (gs-tex-wrap-mode clamp))
|
||||
:data (new 'static 'array texture-anim-layer 6
|
||||
(new 'static 'texture-anim-layer
|
||||
:func 'default-texture-anim-layer-func
|
||||
:func-id 'default-texture-anim-layer-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:end-time 1200.0
|
||||
@@ -41,7 +41,7 @@
|
||||
:end-st-rot (degrees 3932160.0)
|
||||
)
|
||||
(new 'static 'texture-anim-layer
|
||||
:func 'default-texture-anim-layer-func
|
||||
:func-id 'default-texture-anim-layer-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:end-time 1200.0
|
||||
@@ -62,7 +62,7 @@
|
||||
:end-qs (new 'static 'vector :x 1.0 :y 1.0 :z 1.0 :w 1.0)
|
||||
)
|
||||
(new 'static 'texture-anim-layer
|
||||
:func 'default-texture-anim-layer-func
|
||||
:func-id 'default-texture-anim-layer-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:end-time 1200.0
|
||||
@@ -84,7 +84,7 @@
|
||||
:end-st-rot (degrees 65536.0)
|
||||
)
|
||||
(new 'static 'texture-anim-layer
|
||||
:func 'default-texture-anim-layer-func
|
||||
:func-id 'default-texture-anim-layer-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:end-time 1200.0
|
||||
@@ -106,7 +106,7 @@
|
||||
:end-st-rot (degrees 65536.0)
|
||||
)
|
||||
(new 'static 'texture-anim-layer
|
||||
:func 'default-texture-anim-layer-func
|
||||
:func-id 'default-texture-anim-layer-func
|
||||
:init-func #f
|
||||
:tex #f
|
||||
:end-time 1200.0
|
||||
|
||||
Reference in New Issue
Block a user