netrunner class
This commit is contained in:
parent
cb2b0ace6f
commit
69e570b936
19 changed files with 345 additions and 399 deletions
4
scenes/create_player/global.gd
Normal file
4
scenes/create_player/global.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
func rolld(d: int) -> int:
|
||||
return randi_range(1, d)
|
||||
Loading…
Add table
Add a link
Reference in a new issue