update screenshot

This commit is contained in:
Rokas Puzonas 2023-08-14 23:15:33 +03:00
parent 4ad74b0971
commit cc0a7dfc9e
3 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@ WEB_HEAP_SIZE := 335544320
WEB_STACK_SIZE := 196608
WEB_SHELL := src/shell.html
DEBUG_MODE := yes
DEBUG_MODE := no
COMPILER_FLAGS := -std=c++17 -Wno-enum-compare -O3 -flto -msse4.2 -mavx
COMPILER_FLAGS += -DRPROF_IMPLEMENTATION

Binary file not shown.

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 35 KiB

View File

@ -15,9 +15,9 @@
<meta property="og:title" content="Boid playground">
<meta property="og:image:type" content="image/png">
<meta property="og:image" content="https://www.raylib.com/common/img/raylib_logo.png">
<!-- <meta property="og:site_name" content="rpuzonas.com"> -->
<!-- <meta property="og:url" content="https://www.raylib.com/games.html"> -->
<meta property="og:description" content="Play around and figure out how boids work">
<meta property="og:site_name" content="rpuzonas.com">
<meta property="og:url" content="https://rpuzonas.com/boid-playground">
<meta property="og:description" content="Play around simulation paramaters and figure out how boids work, and maybe even create some cool patterns.">
<!-- Favicon -->
<link rel="shortcut icon" href="https://www.raylib.com/favicon.ico">