mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 21:54:10 +00:00
script revision
This commit is contained in:
parent
510261cb05
commit
7e5342e9f0
5 changed files with 148 additions and 56 deletions
|
@ -15,6 +15,12 @@ class CPlayerInfo;
|
|||
class CRunningScript;
|
||||
|
||||
#define KEY_LENGTH_IN_SCRIPT 8
|
||||
#define SPHERE_MARKER_R 252
|
||||
#define SPHERE_MARKER_G 138
|
||||
#define SPHERE_MARKER_B 242
|
||||
#define SPHERE_MARKER_A 228
|
||||
#define SPHERE_MARKER_PULSE_PERIOD 2048
|
||||
#define SPHERE_MARKER_PULSE_FRACTION 0.1f
|
||||
|
||||
struct intro_script_rectangle
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue