zmiana sceny um, zmiana logiki
This commit is contained in:
parent
55748d3f69
commit
72afd3c7e4
17 changed files with 375 additions and 257 deletions
4
assets/scripts/global.gd
Normal file
4
assets/scripts/global.gd
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
extends Node
|
||||
|
||||
func rolld(d: int) -> int:
|
||||
return randi_range(1, d)
|
||||
1
assets/scripts/global.gd.uid
Normal file
1
assets/scripts/global.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://ga8sek1nsl02
|
||||
17
assets/scripts/player.gd
Normal file
17
assets/scripts/player.gd
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
extends Node
|
||||
|
||||
var stats: Dictionary = {
|
||||
"INT": 0,
|
||||
"REF": 0,
|
||||
"ZW": 0,
|
||||
"TECH": 0,
|
||||
"CHA": 0,
|
||||
"SW": 0,
|
||||
"RUCH": 0,
|
||||
"BC": 0,
|
||||
"EMP": 0,
|
||||
"PW": 0,
|
||||
"CZL": 0,
|
||||
}
|
||||
|
||||
var roll : int
|
||||
1
assets/scripts/player.gd.uid
Normal file
1
assets/scripts/player.gd.uid
Normal file
|
|
@ -0,0 +1 @@
|
|||
uid://bo15h6eab0dkb
|
||||
Loading…
Add table
Add a link
Reference in a new issue