Compare commits

..

2 Commits

Author SHA1 Message Date
efda3a2872 Add preview to README 2025-06-03 22:23:48 +02:00
c9c7bf98a9 Include preview image metadata 2025-06-03 22:22:56 +02:00
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,8 @@
Adapted to Godot and added uniforms for playing around
Source: https://www.shadertoy.com/view/XXtBRr
![preview](./preview.png)
Source: [https://www.shadertoy.com/view/XXtBRrV](https://www.shadertoy.com/view/XXtBRrV)

View File

@ -28,7 +28,10 @@ vram_texture_compression/for_desktop=true
vram_texture_compression/for_mobile=false
html/export_icon=true
html/custom_html_shell=""
html/head_include=""
html/head_include="<meta property=\"og:title\" content=\"Godot Balatro Shader\" />
<meta property=\"og:description\" content=\"Recreation of the Balatro main menu background shader in Godot.\" />
<meta property=\"og:url\" content=\"https://git.vojtechstruhar.com/Vojta/balatro-shader\" />
<meta property=\"og:image\" content=\"https://git.vojtechstruhar.com/Vojta/balatro-shader/raw/branch/main/preview.png\" />"
html/canvas_resize_policy=2
html/focus_canvas_on_start=true
html/experimental_virtual_keyboard=false