Initial commit
This commit is contained in:
5
script/randomObject.gd
Normal file
5
script/randomObject.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
class_name RandomObject
|
||||
|
||||
@export var dir: String
|
||||
@export var probability: float #Value between 0 and 1
|
||||
Reference in New Issue
Block a user