Skip to content

Commit

Permalink
Update post_processing_configuration.gd
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsKorin authored Mar 28, 2024
1 parent 4f62208 commit 333c1eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ class_name PostProcessingConfiguration extends Resource

# post-processing-config based system by loufe

@export_group("Post Processing")
@export var reload: bool
@export_group("ASCII (No Color)")
@export var ASCII: bool
@export var ASCIISize: Vector2 = Vector2(4,9)
Expand Down

0 comments on commit 333c1eb

Please sign in to comment.