mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
Implement CScriptSpindleCamera
This commit is contained in:
@@ -11,15 +11,15 @@ struct NewCameraShaker : IScriptObject {
|
||||
String<-1> name;
|
||||
Value<atVec3f> location;
|
||||
Value<bool> active;
|
||||
PlayerParameters flags;
|
||||
PropertyFlags flags;
|
||||
Value<float> duration;
|
||||
Value<float> sfxDist;
|
||||
struct CameraShakerComponent : BigDNA {
|
||||
AT_DECL_DNA
|
||||
PlayerParameters flags;
|
||||
PropertyFlags flags;
|
||||
struct CameraShakePoint : BigDNA {
|
||||
AT_DECL_DNA
|
||||
PlayerParameters flags;
|
||||
PropertyFlags flags;
|
||||
Value<float> attackTime;
|
||||
Value<float> sustainTime;
|
||||
Value<float> duration;
|
||||
|
||||
Reference in New Issue
Block a user