add more textures examples

This commit is contained in:
unkl nik 2023-10-20 22:01:45 +02:00
parent 6f0f7a0d03
commit 0dda56d08d
8 changed files with 149 additions and 1 deletions

View file

@ -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")