Skip to content

Commit

Permalink
Update main.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiphoenix364 committed Sep 27, 2023
1 parent 019fa22 commit e365e28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let memSize1 = 0
let zLayer1 = 1
let zLayerBlur1 = 1
let blurSize1 = 1
let variable = scene.createRenderable(zLayer1, (image1: Image, camera: scene.Camera) => {
let variable1 = scene.createRenderable(zLayerBlur1, (image1: Image, camera: scene.Camera) => {
let screenClone = image1.clone()
if (blurSize1 != 1) {
let tempImg = image.create(Math.ceil(160 / blurSize1), Math.ceil(120 / blurSize1))
Expand Down

0 comments on commit e365e28

Please sign in to comment.