generated from rpuzonas/raylib-cpp-template
update screenshot
This commit is contained in:
parent
4ad74b0971
commit
cc0a7dfc9e
2
Makefile
2
Makefile
@ -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
|
||||
|
BIN
screenshot.png
BIN
screenshot.png
Binary file not shown.
Before Width: | Height: | Size: 45 KiB After Width: | Height: | Size: 35 KiB |
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user