This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Based on a video by Pefeper: https://youtu.be/1i5SB8Ct1y0 | |
# Shakable.gd | |
extends Area3D | |
@export var camera : Camera3D | |
@export var trauma_reduction_rate := 1.0 | |
@export var max_x := 10.0 | |
@export var max_y := 10.0 | |
@export var max_z := 5.0 |