target-racer-h PAL patch

This commit is contained in:
ManDude
2022-06-19 13:30:12 +01:00
parent 461c807f25
commit 77044867c3
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
// if you want to filter to only some object names.
// it will make the decompiler much faster.
"allowed_objects": ["target-death", "eichar-ag", "deathcam-ag"],
"allowed_objects": ["target-racer-h", "eichar-ag", "deathcam-ag", "balloon-ag"],
"banned_objects": [],
////////////////////////////
@@ -161,9 +161,10 @@
)
)
;; PAL patch here
(defskelgroup *balloon-sg* balloon balloon-lod0-jg balloon-idle-ja
((balloon-lod0-mg (meters 20)) (balloon-lod1-mg (meters 999999)))
:bounds (static-spherem 0 1.7 0 3)
:bounds (static-spherem 0 0.3 0 6.3)
)