dodanie klasy netrunner

This commit is contained in:
sysek 2026-01-07 14:18:34 +01:00
parent 0f1498a31c
commit cb2b0ace6f
4 changed files with 267 additions and 200 deletions

View file

@ -1,6 +1,4 @@
extends Node
var roll: int = 0
func rolld(d: int) -> int:
return randi_range(1, d)