Various updates

Flashlight, fog, letter shader, safe audio
This commit is contained in:
2023-01-31 19:11:38 +01:00
parent 61a732a698
commit 9b7b25ff94
13 changed files with 162 additions and 30 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
@tool
extends Node3D
const SIZE = 3
const SIZE = 4
enum Direction {UP, RIGHT, DOWN, LEFT}
var sequence = []