examples review
This commit is contained in:
parent
ce87d2ced4
commit
970f1e8ff1
19 changed files with 64 additions and 36 deletions
|
@ -29,7 +29,7 @@ int main()
|
|||
Sound fxBoom = LoadSound("resources/boom.wav");
|
||||
|
||||
// Load explosion texture
|
||||
Texture2D explosion = LoadTexture("resources/explosion2.png");
|
||||
Texture2D explosion = LoadTexture("resources/explosion.png");
|
||||
|
||||
// Init variables for animation
|
||||
int frameWidth = explosion.width/NUM_FRAMES; // Sprite one frame rectangle width
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue