neowarsaw/scenes/global.gd
2026-01-07 14:18:34 +01:00

4 lines
67 B
GDScript

extends Node
func rolld(d: int) -> int:
return randi_range(1, d)