Editor Terrain Brush #2

Merged
kayomn merged 27 commits from editor-terrain-brush into main 2023-01-19 01:51:25 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 8613d41550 - Show all commits

View File

@ -72,6 +72,7 @@ var movement_smoothing := 0.5
## ##
## Whether or not player movement input processed by the controller should be ignored. ## Whether or not player movement input processed by the controller should be ignored.
## ##
@export
var frozen := false var frozen := false
func _input(event: InputEvent) -> void: func _input(event: InputEvent) -> void: