summaryrefslogtreecommitdiff
path: root/stage/dice_throw/dice_face.gd
diff options
context:
space:
mode:
Diffstat (limited to 'stage/dice_throw/dice_face.gd')
-rw-r--r--stage/dice_throw/dice_face.gd3
1 files changed, 2 insertions, 1 deletions
diff --git a/stage/dice_throw/dice_face.gd b/stage/dice_throw/dice_face.gd
index 6403a4c..f314a3f 100644
--- a/stage/dice_throw/dice_face.gd
+++ b/stage/dice_throw/dice_face.gd
@@ -1,5 +1,6 @@
+class_name DiceFace
extends Sprite3D
@export var up_rotation: Vector3
-@export var type: String
+@export var configuration: DiceFaceConfiguration