mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-14 16:04:50 +00:00
🎉 initial commit
This commit is contained in:
commit
d02447c7e6
185 changed files with 8442 additions and 0 deletions
8
shaders/bg.gdshader
Normal file
8
shaders/bg.gdshader
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
shader_type canvas_item;
|
||||
|
||||
uniform sampler2D background : source_color;
|
||||
|
||||
void fragment() {
|
||||
COLOR = texture(background, UV);
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue