5 lines
67 B
GDScript3
5 lines
67 B
GDScript3
|
|
extends Node
|
||
|
|
|
||
|
|
func rolld(d: int) -> int:
|
||
|
|
return randi_range(1, d)
|