Merge branch 'master' of https://git.sjkillen.ca/sjkillen/everything_has_a_price_jam
This commit is contained in:
commit
de4c5d16cb
3 changed files with 7 additions and 0 deletions
4
Random.gd
Normal file
4
Random.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
func dialogic_random(a: int, b: int):
|
||||
Dialogic.VAR.set_variable("RNG", 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"
|
||||
Economy="*uid://dnpioqaes87yb"
|
||||
Random="*uid://cu3n7igqstbxi"
|
||||
|
||||
[dialogic]
|
||||
|
||||
|
|
@ -29,6 +30,7 @@ directories/dtl_directory={
|
|||
}
|
||||
layout/style_directory={}
|
||||
variables={
|
||||
"RNG": "",
|
||||
"RNG_1_4": "",
|
||||
"for_timeline_calls": {
|
||||
"requested_amount": "69",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue