first
This commit is contained in:
8
Minigames/Components/goalBox.gd
Normal file
8
Minigames/Components/goalBox.gd
Normal file
@@ -0,0 +1,8 @@
|
||||
extends Area2D
|
||||
class_name GoalBox
|
||||
|
||||
@export var goalID: int = 0
|
||||
|
||||
#func _ready() -> void:
|
||||
#collision_layer = 2
|
||||
#collision_mask = 2
|
||||
Reference in New Issue
Block a user