add more textures examples
This commit is contained in:
parent
6f0f7a0d03
commit
0dda56d08d
8 changed files with 149 additions and 1 deletions
|
@ -12,7 +12,7 @@ func main() {
|
|||
screenWidth := int32(1280)
|
||||
screenHeight := int32(720)
|
||||
|
||||
rl.InitWindow(screenWidth, screenHeight, "raylib [shapes] example - sprite explosion")
|
||||
rl.InitWindow(screenWidth, screenHeight, "raylib [textures] example - sprite explosion")
|
||||
|
||||
rl.InitAudioDevice()
|
||||
fxBoom := rl.LoadSound("boom.wav")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue