-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[blueblur] Added events and camera descriptions
- Loading branch information
Showing
3 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
description: Sonic Generations camera type list | ||
--- | ||
|
||
# Camera Type List | ||
|
||
## ObjCamera | ||
| Camera Type | Description | | ||
|-----------------|--------------------------------------------------------------------------------------------------------------------------| | ||
| ObjCameraFix | Stays in its place while pointing at the coordinates defined in TargetPosition | | ||
| ObjCameraNormal | The regular camera | | ||
| ObjCameraPan | Has a different behaviour depending on `CameraPositionMode`: `0` - Stays in its place while pointing at Sonic; `1` - ??? | | ||
| ObjCameraPoint | Follows Sonic, while pointing at the camera object's location | | ||
|
||
## Camera Collisions | ||
| Collision Type | Description | | ||
|--------------------|--------------------------------------------------------------------------------------------------------------------------| | ||
| ChangeVolumeCamera | Changes the camera used to the one defined in `Target` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
description: Sonic Generations event list | ||
--- | ||
|
||
# Event List | ||
|
||
| Event ID | Description | | ||
| --------------------------------------- | ------------------------------- | | ||
| 1 | Used for EventSetter | | ||
| 2 | Used for EventSetter | | ||
| 3 | Used for EventSetter | | ||
| 4 | Used for EventSetter | | ||
| 5 | Used for EventSetter | | ||
| 6 | Enable | | ||
| 7 | Disable | | ||
| 12 | Destroy / Break (ObjectPhysics) | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters