Add random
This commit is contained in:
parent
ead533e6ee
commit
8850b7b304
3 changed files with 6 additions and 0 deletions
4
Random.gd
Normal file
4
Random.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
extends Node
|
||||||
|
|
||||||
|
func generate_random(a: int, b: int) -> int:
|
||||||
|
return randi_range(a, b)
|
||||||
1
Random.gd.uid
Normal file
1
Random.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
uid://cu3n7igqstbxi
|
||||||
|
|
@ -17,6 +17,7 @@ config/features=PackedStringArray("4.7")
|
||||||
|
|
||||||
Dialogic="*uid://ds2q0uclmolvu"
|
Dialogic="*uid://ds2q0uclmolvu"
|
||||||
Economy="*uid://dnpioqaes87yb"
|
Economy="*uid://dnpioqaes87yb"
|
||||||
|
Random="*uid://cu3n7igqstbxi"
|
||||||
|
|
||||||
[dialogic]
|
[dialogic]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue