Skip to content

Commit

Permalink
Add Bokeh texture
Browse files Browse the repository at this point in the history
yikuansun committed Jan 14, 2023
1 parent 5c11c81 commit 27c55b5
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui.js
Original file line number Diff line number Diff line change
@@ -136,7 +136,7 @@ document.querySelector("#startbutton").addEventListener("click", function() {
drawFromInputs();
});

var availTextures = ["Orb", "Star", "Smoke", "Cosmic Energy", "Lens Flare", "Explosion", "Debris", "Bit Rain", "Plasma", "Starfield", "Custom"];
var availTextures = ["Orb", "Star", "Smoke", "Cosmic Energy", "Lens Flare", "Explosion", "Debris", "Bit Rain", "Plasma", "Starfield", "Bokeh", "Custom"];
for (var x of availTextures) {
var option = document.createElement("option");
option.innerHTML = x;
Binary file added textures/Bokeh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 27c55b5

Please sign in to comment.