ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
MAVING_SPRITE Struct Reference
+ Collaboration diagram for MAVING_SPRITE:

Data Fields

int x_pos
 
int y_pos
 
char x_dir
 
char y_dir
 
char x_speed
 
char y_speed
 
GS_RGBAQ color
 

Detailed Description

Definition at line 14 of file main.c.

Field Documentation

◆ color

GS_RGBAQ MAVING_SPRITE::color

Definition at line 25 of file main.c.

Referenced by DrawSprites(), and InitSprites().

◆ x_dir

char MAVING_SPRITE::x_dir

Definition at line 19 of file main.c.

Referenced by InitSprites(), and MoveSprites().

◆ x_pos

int MAVING_SPRITE::x_pos

Definition at line 16 of file main.c.

Referenced by InitSprites(), and MoveSprites().

◆ x_speed

char MAVING_SPRITE::x_speed

Definition at line 22 of file main.c.

Referenced by InitSprites(), and MoveSprites().

◆ y_dir

char MAVING_SPRITE::y_dir

Definition at line 20 of file main.c.

Referenced by InitSprites(), and MoveSprites().

◆ y_pos

int MAVING_SPRITE::y_pos

Definition at line 17 of file main.c.

Referenced by InitSprites(), and MoveSprites().

◆ y_speed

char MAVING_SPRITE::y_speed

Definition at line 23 of file main.c.

Referenced by InitSprites(), and MoveSprites().


The documentation for this struct was generated from the following file: