-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix tabs and issue with credits menu
- Loading branch information
1 parent
225d6ec
commit d81479b
Showing
2 changed files
with
25 additions
and
25 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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
// Change the credits text | ||
// Max length: 0x19F or 415 | ||
GOTO 0xAE25B0 | ||
WRITESTRINGN "CineTools, updated by MagixGames / Magix1484\n\nThanks to git/NatalieWhatever for the help in reverse engineering\n\nF5: Toggle tools UI\nINSERT: Toggle camera\nDELETE: Freeze time\NHOME: Toggle game UI\nF: Create camera keyframe\nG: Delete keyframe\nP: Play camera track\nEffect controls:\nE: Play effect\nR: Stop effect\nHold R: Delete effect\nQ: Pick up effect\nE+Mouse: Rotate picked up effect" | ||
WRITESTRINGN "CineTools, updated by MagixGames / Magix1484\n\nThanks to git/NatalieWhatever for the help in reverse engineering\n\nF5: Toggle tools UI\nINSERT: Toggle camera\nDELETE: Freeze time\nHOME: Toggle game UI\nF: Create camera keyframe\nG: Delete keyframe\nP: Play camera track\nEffect controls:\nE: Play effect\nR: Stop effect\nHold R: Delete effect\nQ: Pick up effect\nE+Mouse: Rotate picked up effect" |